Skip to content

shownotesArchive/shownotes-message-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shownotes Message Service

A simple jabber notification service for live podcast events. Based upon the data of hoersuppe.de from @eazyliving.

Give it a try but beware the service is under heavy development. :)

[email protected]

Available commands

list - Get a list of podcasts you could subscribe
reg < podcast > - Subscribe to a podcast notification
reglist - Get a list of all your subscription
unreg <podcast | * > - Unsubscribe a podcast notifcation
notify < ON | OFF > - Get notifications about new showpads on http://pad.shownot.es

Setup

Basic requirements for all scripts

  • perl 5.14
  • sqlite3

Perl modules

  • Log::Log4perl
  • Config::Simple
  • POSIX
  • File::Basename
  • DBI
  • Net::XMPP
  • LWP::Simple
  • JSON

Further introductions

Basic setup for the Shownotes Message Service.

Additional setup for the REST client.

Licence

This program is published under the terms of GPLv2 and comes with no warranty.