leeppolis / twitter-trending-topics

This repository contains a set of scripts that automatically generate a custom web magazine based on Twitter's Trending Topics.
http://trending.simonelippolis.com
MIT License
2 stars 1 forks source link

Usage of twitter-scraper unclear #1

Open hazam opened 8 years ago

hazam commented 8 years ago

Is not clear the the intended function of the twitter is to create a queue of links to be processed with many multiple invocation of scraper.

Could provide a crontab example to just copypaste?

leeppolis commented 7 years ago

Here is an example to run the .sh script every 3 minutes:

1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * PATH_TO_YOUR_FILE/scraper.sh

To add it to your cron, type

crontab -e

in your server's terminal.