Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T21:42:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T01:16:40.889Z (over 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