Skip to content

Instantly share code, notes, and snippets.

@peponi
Created December 8, 2012 13:28
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 peponi/4240279 to your computer and use it in GitHub Desktop.
Save peponi/4240279 to your computer and use it in GitHub Desktop.
identi.ca dump onliner
for i in `seq 1 26`; do wget "http://identi.ca/api/statuses/user_timeline.xml?screen_name=peponi&count=200&page=${i}" -O stream-${i}.xml ; sleep 2; done ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment