Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Telegram bot for viewing information on eSports matches

License

Notifications You must be signed in to change notification settings

Vemestael/vemestael_esport_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vemestael eSport bot

Telegram bot for viewing information on eSports matches

Installation

  • 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

Linux

$ source bin/activate

Windows

$ script\activate
  • Install requirements with pip
$ pip install -r requirements.txt
  • Create environment file

Linux

$ cp .env.example .env

Windows

$ copy .env.example .env

Configuration

  • 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

Configuration Values

Usage

Run the bot

python -m vemestael_esport_bot

In bot chat use the commands above, as /command

License

This project is licensed under the MIT License.

Thanks

About

Telegram bot for viewing information on eSports matches

Topics

Resources

License

Stars

Watchers

Forks