/quizbot

Simple Quiz Bot for Telegram

Primary LanguagePython

Simple Quiz bot for Telegram

This is an example of Quiz bot with some questions on Python programming.

This bot is part of the "Python Programming" course at

Quick start

  1. Clone this repository:

     git clone https://github.com/makukha/quizbot
    
  2. Create your own Telegram bot in @BotFather and get the bot token.

  3. Create file token.txt in bot's directory and put your token there.

  4. Run the bot backend:

     python3 main.py
    
  5. Open your bot in Telegram and start the quiz.