• Stars
    star
    265
  • Rank 154,577 (Top 4 %)
  • Language
    Python
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Minimal telegram bot example

This is trivial bot example. Each part can be replaced keeping the overall structure the same

How to start

  1. Edit code in a correspoing way

  2. Upadte pip and setuptools packages

pip install -U setuptools pip 
  1. Install bot
pip install .

For development install it via command

pip install -e .[test,lint]
  1. Create and fill bot.ini file (example)

  2. Start bot to check

tgbot
  1. Edit systemd service file and copy it to a proper location