A Thor Task to unwatch all Github watched repositories (excluding owned) and optionally export to delicious.
Sorry Github, for I have sinned. I use the Watch feature as a bookmarker.
Install required gems:
gem install thor rest-client
Use it as such: # will not unwatch repo, only share repo bookmarks to delicious thor github:reset_watch --keep --share -d user:name pass:word --tags='watch repo github'
Thanks for this! I made the mistake of using Watch to collect favourites, and soon got stuck with 90 or so watched repos before realising what I'd done. This has saved me from a very boring task - cheers!