Skip to content

Instantly share code, notes, and snippets.

@jlongtine
Created February 12, 2017 18:01
Show Gist options
  • Save jlongtine/622aba01a9ec0c10bc5f40407279a28c to your computer and use it in GitHub Desktop.
Save jlongtine/622aba01a9ec0c10bc5f40407279a28c to your computer and use it in GitHub Desktop.
Add url to Instapaper
curl --data-urlencode "url=<url>" "https://www.instapaper.com/api/add" --data-urlencode "username=<username>" --data-urlencode "password=<password>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment