delete all instapaper items 23. Oct 2010

Of course you could simply delete your account and recreate it, but that wouldn’t be as much fun as playing around with curl.

curl --cookie-jar cookies.txt --data "username=foo&password=bar" \
http://www.instapaper.com/user/login
curl --cookie cookies.txt http://www.instapaper.com/u |\
sed -E -n "s/.+\/delete\/([[:digit:]]+).+/\1/p" |\
xargs -I {} curl --cookie cookies.txt \
http://www.instapaper.com/delete/{}
 

Kommentare (45)

Kommentar schreiben

Markdown Syntax