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
- Host: GitHub
- URL: https://github.com/forsakenharmony/postbus_bot
- Owner: ForsakenHarmony
- License: mit
- Created: 2016-09-11T20:33:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T09:37:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T22:34:58.970Z (about 1 year ago)
- Topics: bot, nodejs, redis, telegram, telegram-bot
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`