Skip to content

Mayaryin/reminder-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DontForgetToClean

This is a simple telegram bot that sends out recurring reminders so that you and your flatmates keep track of your cleaning schedule easily ✨

Installation

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

Usage

✨ 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages