Telegram bot for viewing information on eSports matches
- Clone this git repository.
$ git clone https://github.com/Vemestael/vemestael_esport_bot.git
- Change directory
$ cd vemestael_esport_bot
- Create a virtual environment
$ python -m venv .
- Activate a virtual environment
$ source bin/activate
$ script\activate
- Install requirements with pip
$ pip install -r requirements.txt
- Create environment file
$ cp .env.example .env
$ copy .env.example .env
- Add api keys to .env file.
- For ease of use, set next the list of commands for bot:
- past_matches - show info by past matches in esport
- running_matches - show info by running matches in esport
- upcoming_matches - show info by upcoming matches in esport
- team_past_matches - show info by team past matches
- team_upcoming_matches - show info by team upcoming matches
- settings - show available settings
PANDASCORE_TOKEN
- Get it on PandaScore.coTELEGRAM_BOT_TOKEN
- Get it by contacting to BotFather (guilde)
Run the bot
python -m vemestael_esport_bot
In bot chat use the commands above, as /command
This project is licensed under the MIT License.