This is a simple telegram bot that sends out recurring reminders so that you and your flatmates keep track of your cleaning schedule easily ✨
To install the required packages, run the following command in your virtual environment:
pip install -r requirements.txt
Paste your bot's token in the .env file. If you don't have a token yet create a new bot using Telegram's BotFather.
TOKEN = 'paste your bot\'s token here'
To run the project, use the following command:
python3 main.py
✨ First, add a list of the people who will participate in the cleaning schedule by using /add_mitbewohny.
✨ Then, set a reminder (/set_reminder) by specifying the weekday, interval in weeks, hour and minute.
Example:
Sunday, 1, 12, 30
This will send out a weekly reminder every Sunday at 12:30.