A simple Telegram bot created using Python and the python-telegram-bot library. This bot can respond to basic commands and echo messages.
- /start: Send a welcome message.
- /help: Provide help information.
- Echo: Repeat any text message sent by the user.
- Python 3.8+
- Telegram account
git clone https://github.com/your-username/telegram-bot-project.git
cd telegram-bot-project
