Made this bot for me and my friends. Feels free to use (star and fork as well 😁). Everything is easy to setup.
You need to create telegram bot. Take its token and run
export API_TOKEN=your_telegram_bot_token
Then you need to install python packages from requirements.txt
:
pip install -r requirements.txt
Just run:
python init_db.py
This will create db.sql file
Now you are ready to run your bot. Use this command:
python main.py