Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Add telegram notifier #920

Merged
merged 2 commits into from
Dec 18, 2017
Merged

Add telegram notifier #920

merged 2 commits into from
Dec 18, 2017

Conversation

Want100Cookies
Copy link
Contributor

I was missing the Telegram notification so I added it. It uses the well known yagop/node-telegram-bot-api package and a bot token and chat id should be provided through the config file.

Signed-off-by: Pascal Drewes <pascal@drewes-webdesign.nl>
conf-sample.js Outdated
c.notifiers.telegram = {};
c.notifiers.telegram.on = false // false telegram disabled; true telegram enabled (key should be correct)
c.notifiers.telegram.bot_token = 'YOUR-BOT-TOKEN'
c.notifiers.telegram.chat_id = '8942311' // the id of the chat the messages should be send in
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be empty?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it should be. I will make it YOUR-CHAT-ID

Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@DeviaVir DeviaVir merged commit 73f3b14 into DeviaVir:master Dec 18, 2017
pan-long added a commit to pan-long/zenbot that referenced this pull request Oct 6, 2018
I was searching for Telegram support and I found out DeviaVir#920 but it's not mentioned in README.
DeviaVir pushed a commit that referenced this pull request Oct 8, 2018
I was searching for Telegram support and I found out #920 but it's not mentioned in README.
BAKFR pushed a commit to BAKFR/zenbot that referenced this pull request Jan 29, 2019
I was searching for Telegram support and I found out DeviaVir#920 but it's not mentioned in README.
YarnSeemannsgarn pushed a commit to YarnSeemannsgarn/zenbot that referenced this pull request Apr 15, 2020
I was searching for Telegram support and I found out DeviaVir#920 but it's not mentioned in README.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants