twitter bot added

This commit is contained in:
Benjamin Takats
2023-01-15 23:29:59 +01:00
parent ea05c93365
commit 05887c7daa
11 changed files with 432 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
<?php
return [
'podcastindex-org' => [
'key' => env('PODCASTINDEX_ORG_KEY'),
'secret' => env('PODCASTINDEX_ORG_SECRET'),
]
return [
'twitterAccountId' => env('TWITTER_ACCOUNT_ID', null),
'podcastindex-org' => [
'key' => env('PODCASTINDEX_ORG_KEY'),
'secret' => env('PODCASTINDEX_ORG_SECRET'),
]
];