SOTA API data loader
- Install composer using the command
curl -sS https://getcomposer.org/installer | php
- Use the command
php composer.phar install
to install all the required libraries - Create the database structure using the sql script provided in sql/db.sql
- Configure your database connection editing
config.ini
- If you want to receive a mail report, configure your email settings in
config.ini
- Run
php cli.php [options]
Options:
--version
Display the current version
--nomail
Do not send report email
--csvfile <arg>
Use the specified path as csv input file