Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makukha/quizbot
Simple Quiz Bot for Telegram
https://github.com/makukha/quizbot
Last synced: 27 days ago
JSON representation
Simple Quiz Bot for Telegram
- Host: GitHub
- URL: https://github.com/makukha/quizbot
- Owner: makukha
- Created: 2019-04-24T07:43:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T08:34:15.000Z (over 5 years ago)
- Last Synced: 2023-03-01T11:10:56.318Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 13
- Watchers: 2
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
* [Institute for Applied System Analysis](http://iasa.kpi.ua) of
* [National Technical University of Ukraine “Igor Sikorsky Kyiv Polytechnic Institute”](https://kpi.ua).Quick start
-----------1. Clone this repository:
git clone https://github.com/makukha/quizbot
1. Create your own Telegram bot in @BotFather and get the bot token.
1. Create file **token.txt** in bot's directory and put your token there.
1. Run the bot backend:
python3 main.py
1. Open your bot in Telegram and start the quiz.