❌ This is a Telegram bot that can play tic-tac-toe
The bot is implemented on the basis of functional programming based on the pyTelegramBotAPI library. The code is not perfect.
-
Download the repository:
git clone https://github.com/Rusih100/tic-tac-toe-telegram-bot.git
-
Go to the repository and install the dependencies:
python pip install -r requirements.txt
-
Specify your token in the TOKEN variable:
TOKEN = 'Your token'
P.S. The token can be obtained from the bot BotFather
-
Launch the bot:
python bot.py