This is my first Python project =w=
- Python 3
- Pip
- Grab this project.
$ git clone https://github.com/riozec/kanaquiz-telegram-bot
- Create
config.yaml
file and throw your bot token there.
BOT_TOKEN: "YOUR BOT TOKEN"
- Install all the requirements listed inside the
requirements.txt
file.
$ pip install -r requirements.txt
- Bring up your terminal, run this command, and smash that enter key.
$ python3 src/main.py