Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 648 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 648 Bytes

kanaquiz-telegram-bot (v0.2.0)

This is my first Python project =w=

Demo

KanaQuiz Telegram Bot

Requirements

  • Python 3
  • Pip

Run

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