Didn't feel like opening Google, so I wrote this. could be helpful for those who want to start writing Telegram bots.
- Uses Telethon (cause I love it)
- Uses PyMultiDictionary PyMultiDictionary
Check it out live on Telegram: t.me/CoolDictBot
- Clone this repository:
git clone https://github.com/yourusername/CoolDictBot.git
- Navigate to the project directory:
cd CoolDictBot
- Install the required packages:
pip install -r requirements.txt
Run the bot:
python bot.py
A good one