mirror of
https://github.com/franjsco/NotificamBot
synced 2025-06-06 00:29:15 +02:00
c2839bd1e108d2a43540dbd52a340fb1bfa52efe
NotificamBot
Telegram bot to reiceve notification.
Notificambot reads notifications from a queue (pub/sub on redis).
Configuration
- Create telegram bot with @BotFather.
- Clone this repository.
- Start a redis instance on localhost.
- Install dependencies with
npm install
. - Configure env file (and rename from
env.sampe
to.env
). - Launch with
node src/server.js
You can configure events into src/template.js
.
Test
You can perform a test with command: node pub-redis-example.js
Description
Languages
JavaScript
92.2%
Dockerfile
7.8%