Skip to content

notifies user(s) if a channel has scheduled a broadcast or is currently live

License

Notifications You must be signed in to change notification settings

spedrickson/ytchat-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytchat-notify

Installation

git clone https://github.com/spedrickson/ytchat-notify
cd ytchat-notify
pip install -r requirements.txt

Usage

# script takes 1 argument, the channel to check for live broadcast
# can be either a handle (@Ludwig) or a channelID (UCrPseYLGpNygVi34QpGNqpA)
# can also set the environment variable YTCHAT_CHANNELID, which will override script launch arguments 
python main.py "@Ludwig"
# or
python main.py UCrPseYLGpNygVi34QpGNqpA

What It Does

Loops endlessly checking the specified channel every 90 seconds for a live broadcast (scheduled or active)
Every time a new video is found, generate a Windows toast notification with a clickable link:

Notification Example

About

notifies user(s) if a channel has scheduled a broadcast or is currently live

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages