Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdcm/reminder-bot
Telegram reminder bot
https://github.com/rdcm/reminder-bot
docker poetry python telegram telegram-bot
Last synced: 14 days ago
JSON representation
Telegram reminder bot
- Host: GitHub
- URL: https://github.com/rdcm/reminder-bot
- Owner: rdcm
- License: mit
- Created: 2024-04-21T21:33:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:55:50.000Z (7 months ago)
- Last Synced: 2024-10-12T00:15:01.367Z (28 days ago)
- Topics: docker, poetry, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Simple reminder bot for telegram.
## Features
- cron support
- timezone support
- setting up a task list from the `config.yaml`## Commands
- `/list` getting list of tasks
## Configuration
`.env`:
```
# Get from @BotFather
BOT_TOKEN=# https://api.telegram.org/bot/getUpdates
CHAT_ID=
````config.yaml`:
```
timezone: "Europe/Amsterdam"
tasks:
- name: "my first task"
cron: "* * * * *"
text: "task text"
```## Up & Running
`make activte` - activating venv
`make install` - installing poetry and dependencies
`make run` - running bot