Skip to content

walkinslo/best-parser-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.