Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 266 Bytes

PhpBot

git clone --recursive https://github.com/otgo/PHPBot.git
cd PHPBot

Set webhooks:

TOKEN="BOT_TOKEN_HERE"
URL_SCRIPT="https://mi_website.com/PHPBot/bot.php"
curl "https://api.telegram.org/bot${TOKEN}/setWebhook?url=${URL_SCRIPT}"