Another useless telegram bot for your entertainment.
As of this moment, the bot only supports the following commands:
/poll - Create a poll. The poll will be created in the chat where the command was issued. First argument is the question, the second argument is the options separated by " | " text. Example: /poll What is your favorite color? | red | blue | green
/anonymous_message - Sends anonymous message to the chat. The message will be sent anonymously. The first argument is the message. Example: /anonymous_message Hello world!
/dark_humor_pl - Get a random dark humor message from the Polish website 'kawaly.tja.pl'
Clone this project and create .env
file with the following variables:
TELEGRAM_API_KEY=<your-telegram-bot-token>