InstagramWatcherBot is a bot that automatically downloads and send to telegram every new instagram stories of users placed in the watchlist👀.
- Download and install Go 1.20
- Install the program by running the command in a shell:
# Clone this repository
git clone https://github.com/Michele0303/InstagramWatcherBot
# Go into the repository
cd InstagramWatcherBot
# Build project
go build .
# run on windows
InstagramWatcherBot.exe
# run on linux
./InstagramWatcherBot
- Open configuration.env and follow this guide
TOKEN_BOT=<your telegram bot token>
CHAT_ID=<your telegram user id> (you can find it on @chatIDrobot)
SESSION_ID=<sessionid cookie>
APP_ID=<x-ig-app-id header>
USER_AGENT=<user-agent header>
WATCH_LIST=<user1;user2;user3>
- Go to https://www.instagram.com/yourUser
- Open your Browser Console (on Chrome just pressing F12)
- refresh page and select any request from instagram.com
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. Use at your own risk.