Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palewire/1254910 to your computer and use it in GitHub Desktop.
Save palewire/1254910 to your computer and use it in GitHub Desktop.
Let Ubuntu read you the latest @wmhartnett updates from Twitter
curl https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=wmhartnett | grep '<description>.*</description>' | sed -e 's/<\/*description>//g' -e 's/ \/ wmhartnett//g' -e 's/wmhartnett: //g' | espeak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment