First iteration

This commit is contained in:
2022-09-30 01:46:02 +00:00
parent b290f82dc5
commit e3cf8ddca4
7 changed files with 1021 additions and 0 deletions

8
env.sample.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
// Rename me to env.php
$bot_api_key = '1234567890:Telegram_bot_api_key';
$bot_username = 'telegram_bot_username';
$hook_url = 'https://my.server.com/path/to/hook.php';
putenv('DEEPL_API_KEY=some-uuid-12345-abcde:fx');