A very simple sinatra app that takes a given Twitter list and dumps the list members information into a CSV file. Useful recruiting tool.
##Getting Started
- git clone [email protected]:ejc/straw.git
- bundle install
- cd straw
- Open a browser, visit the URL http://localhost:4567/screenname/list/category - where screenname is the Twitter screen name of the list owner and "list" is the name of the list. "category" prepends an identifying category to the beginning of the csv filename.
##TODO
- Add Web interface
- Add ability to save to DB