Return to Snippet

Revision: 65277
at November 14, 2013 04:14 by ginoplusio


Initial Code
// follow the link to find the tutorial
// http://www.barattalo.it/2013/11/12/make-a-cron-job-with-ifttt/

Initial URL
http://www.barattalo.it/2013/11/12/make-a-cron-job-with-ifttt/

Initial Description
Sometimes, as a developer, I don’t have access to the server at a deep level and, for example on some basic shared servers, I can’t create cron jobs. A trick to create a cron jobs without server cron program is to use an external service to call your scripts.
For example, you can make it with IFTTT a famous web site that lets you make very astonishing things mixing web services from different sites.

Initial Title
Set up a cron job with IFTTT, without cron

Initial Tags


Initial Language
PHP