Sha256: adf1a9491320a77000fab8dcede5396911a7557d0ae855cf0513d3ac7c76be7e
Contents?: true
Size: 785 Bytes
Versions: 2
Compression:
Stored size: 785 Bytes
Contents
h1. instafavs by Brad Bollenbach instafavs extracts links from favourited tweets and sends them to Instapaper. h2. Install <pre> $ instafavs --configure Twitter username: 30sleeps Instapaper username: bradb@30sleeps.com Instapaper password: somepass Configuration saved successfully. </pre> The install instafavs into your crontab: <pre> $ crontab -e </pre> To check your Twitter feed every 5 minutes for new favourites: <pre> # This is what works for my rvm-based setup! */5 * * * * bash --login -c instafavs </pre> 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 "bradb@30sleeps.com":mailto:bradb@30sleeps.com.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instafavs-0.0.5 | README.textile |
instafavs-0.0.4 | README.textile |