Skip to content

otgo/PHPBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}"