Skip to content

LiveCodingTVOfficial/livecoding-follower-notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#Follower Notification for Livecoding.tv A channel follower notification utility I wrote for livecoding.tv. It will pop open a notification on the configured streaming display and play a random sound from a list of sound files in a directory.

Requirements

  • OSX (tested on Yosemite)
  • Growl ($3.99 @ Appstore)
  • Some sound clips
  • Feedparser (pip install feedparser)
  • Pandas (pip install pandas)
  • gntp (pip install gntp)

For other bindings to Growl, check here

Configuration

Edit the live_notify.py file and update your key, and edit the paths to match the directories with your sound files, and then configure Growl!

The only thing you need to do is schedule the python file. I use GNU watch with a delay of 10 seconds, but you can use cron. Test the configuration first and run it form the comnand line before you schedule, insuring that it functions correctly.

Livecoding.tv

Watch as I make bugs and talk about data science and Python

http://www.livecoding.tv/dyerrington

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • Shell 5.4%