Skip to content

walkinslo/best-parser-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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.
  2. Clone the repo.
  3. Install the requrements: pip3 install -r requirements.txt
  4. Run the bot!