Automatic Imports
To run imports automatically, you can use one of three methods:
{exp:datagrab:run_saved_import id="2"}
(this will run the import with the id of 2). The import will run when this template is viewed in the browser.
http://yoursite.com/index.php?ACT=n&id=2
Where n is the action id assigned to DataGrab. This is displayed on the module’s homepage.
php system/ee/eecli.php import:run --import_id=2 --limit=1
To run automatically, you will need to set up a cron to call the command. For more details see: Running imports using cron.
Last modified 4mo ago