No commit activity in last 3 years
No release in over 3 years
Extract links from favourited tweets and send them to Instapaper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.7.3
>= 1.1.2
 Project Readme

twitter_instapaper

by Brad Bollenbach

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

Install

Grab the gem:

$ gem install twitter_instapaper

Set it up:

$ twit_inst --configure
Twitter username: 30sleeps
Instapaper username: bradb@30sleeps.com
Instapaper password: somepass
Configuration saved successfully.

Then install twit_inst into your crontab:

$ crontab -e

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

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

twit_inst 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 bradb@30sleeps.com.