Works only with python 3
$ pip3 install python-telegram-bot
$ sudo apt-get install sqlite
$ sqlite3 messages.db- Then copy-paste query from saved.sql.
- Press Enter.
sqlite-> .q
python3 bot.py {YOUR BOT TOKEN}- will run the main script for user interaction and data managmentpython3 db_control.py- will run the script to delete messages received 24h ago
TODO:
- Voting on a post
- Image support
- Audio support