Files
tangmo_fxtwitter_bot/env.sample.php
2022-12-30 00:43:45 +00:00

8 lines
182 B
PHP
Executable File

<?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';