A Telegram webhook-based bot designed to download Instagram reels, posts, stories, and additional media. Developed with a simple, efficient architecture.
@instaISMbot
📜 ChangeLog
·
-
Ensure PHP 7.4+ is installed on your system.
-
Create a Telegram-Bot: go to the @BotFather send /newbot send your bot's name, and send bot's username, the username must be unique and not already used/occupied by anyone.
And we extract token, it looks like 8113194154:AssDDRNHbYvApEWW_0 -
Edit bot.php:
$API_TOKEN="";
here you write your Telegam-Bot's token which we got from botfather
-
Setting WEBHOOK:
- Put your token to TOKEN and your url to bot.php (it should be hosted cause of webhook)
https://api.telegram.org/botTOKEN/setwebhook?url=https://example.com/url/to/bot.php
Original code by Ismoiloff
