vsecoder / python_test_bot

The bot for the Yandex workshop assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python questions bot

Description

This is a bot that asks questions about Python programming language.

How to use

  1. Clone this repository
  2. Install requirements
  3. Create .env file with TOKEN variable
  4. Run python3 bot.py
  5. Answer the questions
  6. Enjoy!

Used libraries

  1. python-telegram-bot - telegram bot API
  2. python-dotenv - environment variables
  3. tortoise-orm - ORM for database

About

The bot for the Yandex workshop assignment


Languages

Language:Python 100.0%