Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele0303 authored Mar 6, 2023
1 parent 75b582f commit 92fe86a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

Instagram SpyBot is a bot that automatically downloads and send to telegram every new instagram stories of users placed in the watchlist👀.

<h2> How to run </h2>
<h2> Configuration </h2>

<h2>🍪 How to get Instagram Cookie</h2>
<ol>
<li>open configuration.env</li>
</ol>

```bash
TOKEN_BOT=<your telegram bot token>
CHAT_ID=<your user id> (you can find him on @chatIDrobot)
SESSION_ID=<sessionid cookie> (1)
APP_ID=<x-ig-app-id header> (2)
USER_AGENT=<user-agent header> (3)
```

<h2>🍪 How to get Instagram Cookie and Header?</h2>



<ul>
<li>Go to https://www.instagram.com/yourUser</li>
<li>Open your Browser Console (on Chrome just pressing F12)</li>
<li>refresh page and select any request from instagram.com</li>
</ul>

0 comments on commit 92fe86a

Please sign in to comment.