This script automatically posts moderator applications to a forum section for group review.
- Clone the repo.
composer install
cp config.sample.php config.php
- Fill in your API keys and other values in
config.php
. The file's comments contain detailed instructions. - Ensure the user the script is running as has permission to write in the repo root.
- Run it with
php typeform-ipb-import.php
!
crontab -e
as the user you're running the script as- Add the following line:
* * * * * /path/to/php /path/to/repo/root/typeform-ipb-import/typeform-ipb-import.php
- Save the new crontab!