1.0.5 • Published 4 years ago

telegram-youtube-notifier v1.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Telegram Youtube Notifier

A simple Telegram bot that notify groups when a new youtube video has been posted to a channel using a memory-based cache.

Usage

const telegramYoutubeNotifer = require('telegram-youtube-notifier').default

// Setup your Telegram Bot token
const telegramToken = token

// Comma-separated list of chat ids
const telegramChatIds = "chatId1,chatId2" 

// Youtube Channel ID you want to be notified of
const youtubeChannelId = "UCk5BcU1rOy6hepflk7_q_Pw"


// Message you want the bot to use before the link i.e.
// New video! https://www.youtube.com/watch?v=gvsQ09wM-bU
const message = "New Video!"

telegramYoutubeNotifer({
  telegramToken,
  telegramChatIds,
  youtubeChannelId,
  message
})
1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago