Okay, so I created this bot just to practice my Telegram API skills.
/start
— Initial message./tag
— Initiate Rule34 mode (nsfw)./help
— Commands.
- Set the TELEGRAM_BOT_API env variable. Obtain the API key from the BotFather.
- Clone the repo.
cd
into the cloned repo and launchpoetry install
.- Launch the bot by executing the
poetry run python -m bot
command.