https://github.com/dmakeienko/remind_me_bot
Telegram Bot that will remind you about important things
https://github.com/dmakeienko/remind_me_bot
chatbot python telegram telegram-bot
Last synced: 12 months ago
JSON representation
Telegram Bot that will remind you about important things
- Host: GitHub
- URL: https://github.com/dmakeienko/remind_me_bot
- Owner: dmakeienko
- License: apache-2.0
- Created: 2018-12-26T11:21:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:36:34.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T05:13:03.805Z (about 1 year ago)
- Topics: chatbot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 281 KB
- Stars: 17
- Watchers: 1
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This is a RemindMe Bot. It will help you remember important things through Telegram.
You can add this bot at Telegram as @how_to_find_name_for_bot or by the [link](https://t.me/how_to_find_name_for_bot)
## Available commands

## Interface
### Remind

### List (today)

# Installing
This bot is created with [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
## Requirments
- python 3.6+
- Postgresql 11+
- python-telegram-bot library v (see in [requirments](requirments.txt))
## Configuring environment
Create `.env` file and add token: (show `.env.example`)
```
TELEGRAM_TOKEN="your_obtained_token"
```
Install python packages:
```
pip3 install -r requirments.txt
```
**OR**
use Docker:
```
docker-compose up
```
## License
Licensed under Apache 2.0. See file [LICENSE](LICENCE)
Icons made by Darius Dan from www.flaticon.com