Pages

Monday, October 18, 2010

Integrating Instapaper with TTYtter

If you're using TTYtter as a command line twitter client in a shell environment and you want /url to add the link in a tweet to your Instapaper account, the following entry in .ttytterrc will accomplish this:
urlopen=curl -s -d username="USERNAME" -d password="PW" -d url=%U https://www.instapaper.com/api/add

No comments: