What You Missed on Twitter uses https://github.com/AvianFlu/ntwitter to stream your feed.
- Follow the instructions on the repo page for "Setup API"
- Copy
default.config.json
toconfig.json
and enter in all the right keys - Run
./manage.sh setup && ./manage.sh test
- Run
./manage.sh run
./manage run
Consumes updates from Twitter users you follow, and print out an abridged version of any updates that contain a link to your console. If you want to get all gray bearded about it, you can do something like this:
./manage run > ~/tweets/2013-11-11.txt
Run the manage script with no arguments to get help:
./manage.sh
./manage test
It would be cool to output tweets in pretty HTML so the links would be more clickable and users would smile.
It would be even cooler to push links right from WYMOT to Pocket and Instaper.