instafavs

by Brad Bollenbach

instafavs extracts links from favourited tweets and sends them to Instapaper.

Install


$ instafavs --configure
Twitter username: 30sleeps
Instapaper username: [email protected]
Instapaper password: somepass
Configuration saved successfully.

The install instafavs into your crontab:


$ crontab -e

To check your Twitter feed every 5 minutes for new favourites:


# This is what works for my rvm-based setup!
*/5 * * * * bash --login -c instafavs

instafavs only polls your latest 20 favourites each time, so you should ensure your cron job is set at a reasonable enough interval that no favourites will be missed.

Please email any feedback or bug reports to [email protected].