/RebusBot

A Telegram Bot for rebus lovers

Primary LanguagePythonMIT LicenseMIT

Rebus-Bot

This is a Telegram bot, made with Python, that sends a daily rebus puzzle to users who make request.

The bot is build with Telebot and implemented with Flask library.
The bot uses a SQLite database to store users information. → The bot only sends one rebus per day to each user.

   When users type the command '/start', the bot sends a welcome message and instructions.
   When users type the command '/rebus', the bot sends a rebus puzzle to the user.
   Users can request the solution to the last rebus by typing the command '/solution'.

Previously hosted on Heroku, currently living on PythonAnywhare