Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanoy42/telegram-reminder-bot
A bot to remind you of important stuff
https://github.com/nanoy42/telegram-reminder-bot
Last synced: about 2 months ago
JSON representation
A bot to remind you of important stuff
- Host: GitHub
- URL: https://github.com/nanoy42/telegram-reminder-bot
- Owner: nanoy42
- License: mit
- Created: 2022-01-03T19:23:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T20:00:11.000Z (about 3 years ago)
- Last Synced: 2024-10-12T13:44:24.911Z (3 months ago)
- Language: Python
- Size: 475 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-reminder-bot
[![Documentation Status](https://readthedocs.org/projects/telegram-reminder-bot/badge/?version=latest)](https://telegram-reminder-bot.readthedocs.io/en/latest/?badge=latest)
[![License: GPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](https://www.gnu.org/licenses/MIT)
[![Code style black](https://img.shields.io/badge/code%20style-black-000000.svg)]("https://github.com/psf/black)
[![GitHub release](https://img.shields.io/github/release/nanoy42/telegram-reminder-bot.svg)](https://github.com/nanoy42/telegram-reminder-bot/releases/)
[![PyPI version](https://badge.fury.io/py/telegram-reminder-bot.svg)](https://badge.fury.io/py/telegram-reminder-bot)A small python bot to remind you of important tasks
## Features
telegram-reminder-bot is a telegram bot that allows to register planned message :
* either a message to be sent at the specific date;
* or using a cron expression (to repeat the message).More on the possibilities of the bot here : https://telegram-reminder-bot.readthedocs.org/en/latest/usage.html
## Documentation
The documentation on how to install and use the bot can be found here : https://telegram-reminder-bot.readthedocs.org/en/latest
## License
telegram-reminder-bot is released under the MIT license. The license file should be shipped with the package and can be find at https://opensource.org/licenses/MIT