Skip to content

Instantly share code, notes, and snippets.

@pauladam
Created August 9, 2010 18:41
Show Gist options
  • Select an option

  • Save pauladam/515887 to your computer and use it in GitHub Desktop.

Select an option

Save pauladam/515887 to your computer and use it in GitHub Desktop.
# Bulk add a bunch of urls to your Instapaper account
$ for link in `cat links.txt`; do curl --basic --user username:password --data url=$link http://www.instapaper.com/api/add; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment