Parseur pour le site BDDTrans qui extrait les praticiens en JSON et CSV.
The only dependency is the Google API Client, which is not required if you will not use the Google Spreadsheet Update functionality.
composer install
php ./app.php
-o
: Output directory for filesbddtrans.json
andbddtrans.csv
-s
: Google Spreadsheet ID (see Google Spreadsheet Update section)
- Follow the instructions to Create Web Application Credentials
- Download the JSON credentials
- Copy the credentials to
credentials.json
files in the same location thanfunctions.php
file.
View the related Section in the Google API PHP Client README
PHP 7.2
See also the list of contributors who participated in this project.
This project is licensed under The Unlicense License - see the LICENSE file for details