I hereby claim:
- I am archipoeta on github.
- I am archpoet (https://keybase.io/archpoet) on keybase.
- I have a public key ASA12ceyD7gQWmJRbBF3LUXY3DHcw4j-6TdVDdUO2cdf1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // by Archpoet | |
| set_include_path(get_include_path() . PATH_SEPARATOR . './google-api-php-client/src'); | |
| require 'google-api-php-client/src/Google/autoload.php'; | |
| define('APPLICATION_NAME', 'Torch Events Parser'); | |
| define('CREDENTIALS_PATH', '~/.credentials/torch-events.json'); | |
| define('CLIENT_SECRET_PATH', '../client_secret_961515209467.json'); |