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

https://github.com/forsakenharmony/postbus_bot


https://github.com/forsakenharmony/postbus_bot

bot nodejs redis telegram telegram-bot

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# POSTBUS_BOT

A telegram bot for daily reminders

## Running it

1. Install node >= 7
2. `npm install`
3. Start `redis` locally
4. set the `BOT_TOKEN` enviroment variable to your token
5. `npm start`

## Docker

1. `docker build -t yourname/postbus_bot .`
2. `docker run -d -e BOT_TOKEN=yourtoken -e REDIS_HOST=redishost -e REDIS_PORT=redisport yourname/postbus_bot`