Hey,
I'm basically trying to create a cron job to update a series of web pages which get their data from a third party api.
I've done a bit of Google'ing and decided an hourly cron would suit nicely, the only issue I need to update 22 pages at present and I have no idea ow to write cron jobs.
After doing some testing, curl works nicely for this, so I need to get that into a cron job somehow, shell script I guess.
Feel free to ask any questions and thank you in advance.
I'm basically trying to create a cron job to update a series of web pages which get their data from a third party api.
I've done a bit of Google'ing and decided an hourly cron would suit nicely, the only issue I need to update 22 pages at present and I have no idea ow to write cron jobs.
After doing some testing, curl works nicely for this, so I need to get that into a cron job somehow, shell script I guess.
Feel free to ask any questions and thank you in advance.