Skip to content

This telegram bot simulates the "Magic 8-Ball". It is used for fortune-telling or seeking advice.

Notifications You must be signed in to change notification settings

krlvn/iMagic8ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Requirements:

  • pyTelegramBotAPI 4.2.0
  • SQLite

Usage

  1. Install requirement:
pip install -r requirements.txt
  1. Open Telegram messenger and chat @Botfather. Create a new bot and get TOKEN. (instruction https://core.telegram.org/bots#6-botfather).
  2. Changes the name of the "settings.py.example" to "settings.py".
  3. Open "settings.py" and insert TOKEN.
  4. Run "imagic8ball.py"