Skip to content
/ setlistr Public

auto setlist generator using the twitter streaming api

Notifications You must be signed in to change notification settings

siggy/setlistr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setlistr

Autogenerate concert setlists via the Twitter streaming API.

Run

# put relevant credentials in config/credentials.yml
ruby script/setlist.rb

Live demo

https://twitter.com/thesetlistr

Test and mock data

scrape tweets:

ruby script/tweet_scraper.rb

scrape songs:

http://phish.net/song/
$("tbody tr td:first-child a").each ( function (s, l) { console.log(l.text) })

TODO

  • gruvr.com integration for concert calendar
  • gracenote integration for song lists
  • live updating site

About

auto setlist generator using the twitter streaming api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages