Sha256: d7f74a589e841e4f15780adb908e7e5a465b1d9d29db1efbdd4a9009a4de5ca0

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents

h1. instafavs

by Brad Bollenbach

instafavs extracts links from favorited 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 favorites:

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

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

Please email any feedback or bug reports to "bradb@30sleeps.com":mailto:bradb@30sleeps.com.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instafavs-0.0.3 README.textile