Open hazam opened 8 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.
Is not clear the the intended function of the
twitter
is to create a queue of links to be processed with many multiple invocation ofscraper
.Could provide a crontab example to just copypaste?