Skip to content

Instantly share code, notes, and snippets.

@apg
Created April 21, 2010 14:46
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 apg/373898 to your computer and use it in GitHub Desktop.
Save apg/373898 to your computer and use it in GitHub Desktop.
#!/bin/bash
# run in cron every 15 minutes to capture your tweets while on vacation
DATE=`date +"%Y-%m-%d-%H-%M"`
curl -u username:password http://twitter.com/statuses/friends_timeline.rss >
/home/apgwoz/vacation-dumps/twitter/$DATE.rss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment