Simple anonymous chat bot
# Clone this reposttory
git clone https://github.com/gigstate/tg-chat-bot.git
# Move to directory
cd tg-chat-bot
# Install dependencies
pip install requirements.txt
# Rename and setup .env file
# Rename .db file in utils/db/
# Finally, run bot
python app.py