instafavs 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +2 -0
- data/lib/instafavs/version.rb +1 -1
- metadata +2 -2
data/README.textile
CHANGED
@@ -27,4 +27,6 @@ To check your Twitter feed every 5 minutes for new favorites:
|
|
27
27
|
*/5 * * * * bash --login -c instafavs
|
28
28
|
</pre>
|
29
29
|
|
30
|
+
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.
|
31
|
+
|
30
32
|
Please email any feedback or bug reports to "bradb@30sleeps.com":mailto:bradb@30sleeps.com.
|
data/lib/instafavs/version.rb
CHANGED