A friendly telegram bot that allows users to set reminders base on a timer. This reminder bot is built in Python3. @remindMe_2020_bot
This bot is currently not hosted. Please clone the repository and follow the set-up instructions below.
- Python 3.x
- python-telegram-bot
- Use /start to start up the bot.
- Use /put to add new reminder. Example: /put collect laundry
- Use /set to set countdown to reminder. Use "w" for weeks, "d" for days "h" for hours, "m" for minutes and "s" for seconds. Example: /set 45m 30s for 45 minutes and 30 seconds.
-
Clone this repository.
-
Install or update python-telegram-bot API.
$ pip install python-telegram-bot --upgrade
- Run main.py in your terminal.
python main.py
This project is licensed under the MIT License - see the LICENSE file for details


