This telegram bot simulates the "Magic 8-Ball". It is used for fortune-telling or seeking advice.
It is supported 4 languages: English, French, Espanol, Russian.
- pyTelegramBotAPI 4.2.0
- SQLite
- Install requirement:
pip install -r requirements.txt
- Open Telegram messenger and chat @Botfather. Create a new bot and get TOKEN. (instruction https://core.telegram.org/bots#6-botfather).
- Changes the name of the "settings.py.example" to "settings.py".
- Open "settings.py" and insert TOKEN.
- Run "imagic8ball.py"