Setup
- Get your API token from @BotFather: start the bot and read the message to create your own Bot.
- Set your Webhook in one of these ways:
- Multi Bot method: Call a curl request via bash like
curl https://api.telegram.org/botTOKEN/setWebhook?url=https://your-domain.com/NeleBotX/index.php?token=TOKEN
and go. - Single Safe Bot method: Create a script to crypt your token with the key word ‘
NeleBotX
’. Then set this key word on token in your configs.php and call a curl request via bash likecurl https://api.telegram.org/botTOKEN/setWebhook?url=https://your-domain.com/NeleBotX/index.php?key=TOKEN
- Multi Bot method: Call a curl request via bash like
Hint: If the Bot doesn’t start check your error_log file and be sure that php can write in it!