Simple quiz telegram bot game written in python.
- python 3.6, 3.7, 3.8
- pyTelegramBotAPI library
Please follow instructions to be able to use a bot:
- Create own bot via
telegram
app - Obtain
API key
from @botfather viatelegram
app - Specify your telegram
API key
in config.py
python -m quiz
Project has Travis CI integration using .travis.yml file thus code analysis (black
) and unittests (pytest
) will be run automatically
after every made change to the repository.
To be able to run code analysis, please execute command below:
./analyse-code.sh
Please check CHANGELOG file to get more details about actual versions and it's release notes.
Author – Volodymyr Yahello. Please check AUTHORS to see all contributors.
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- vyahello@gmail.com
- https://twitter.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all dev project dependencies