/bybtbot

Telegram bot for BYBT data

Primary LanguagePythonMIT LicenseMIT

BYBT telegram bot

How to use.

  1. Install dependencies
git clone https://github.com/racterub/bybtbot
cd bybtbot
pipenv install
  1. Change config.py

All settings were stored in config.example.py. After modifying it, the filename of config.example.py should be changed to config.py

TOKEN -> The bot's token
  1. Run!
pipenv run python serve.py

Dependencies

  • httpx - async http request library
  • aiogram - async telegram bot library
  • websockets - async websockets client

License

This repo is licensed under the MIT license.