Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 479 Bytes

About

Okay, so I created this bot just to practice my Telegram API skills.

Commands

  • /start — Initial message.
  • /tag — Initiate Rule34 mode (nsfw).
  • /help — Commands.

Deployment tutorial

  1. Set the TELEGRAM_BOT_API env variable. Obtain the API key from the BotFather.
  2. Clone the repo.
  3. cd into the cloned repo and launch poetry install.
  4. Launch the bot by executing the poetry run python -m bot command.