🎉 Hello world

This commit is contained in:
2021-02-26 13:17:32 +01:00
commit bcb51718d5
8 changed files with 1768 additions and 0 deletions

8
config.php.template Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'api_key' => '',
'api_secret' => '',
'access_token' => '',
'access_secret' => '',
];