An open API service indexing awesome lists of open source software.

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

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

![Help](media/bot.png)

## Interface

### Remind
![Remind](media/remind.png)

### List (today)
![List](media/list.png)

# 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