https://github.com/siggy/setlistr
auto setlist generator using the twitter streaming api
https://github.com/siggy/setlistr
setlist twitter-api
Last synced: about 1 year ago
JSON representation
auto setlist generator using the twitter streaming api
- Host: GitHub
- URL: https://github.com/siggy/setlistr
- Owner: siggy
- Created: 2013-08-03T22:05:54.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T21:42:53.000Z (over 3 years ago)
- Last Synced: 2025-04-04T04:31:02.683Z (about 1 year ago)
- Topics: setlist, twitter-api
- Language: Ruby
- Size: 1.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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