Asmit Manab Karmakar

Results 13 comments of Asmit Manab Karmakar

> I found Instagram won't require re-login and change the cookie every day if I remove the time-based trigger from the Apps Script project and only run the script manually...

> OK done.. I will observe and reply tomorrow :)

@chriskyfung v6 gives the following error: ![v6bug](https://user-images.githubusercontent.com/65642908/195456178-00969160-f49d-42e8-b358-0204c99ebdaf.PNG)

I made a single all-in-one script today... giving it: ``` function getRandomIntInclusive(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1) + min);...

> > I made a single all-in-one script today... giving it: > > ``` > > function getRandomIntInclusive(min, max) { > > ⋮ > > ⋮ > > ``` >...

@chriskyfung I opened a new insta account for testing, and set v6 trigger 12 hours. I noticed that in both my accounts, "X_ASBD_ID" and "X_IG_APP_ID" has the same value, although...

> > @chriskyfung I opened a new insta account for testing, and set v6 trigger 12 hours. I noticed that in both my accounts, "X_ASBD_ID" and "X_IG_APP_ID" has the same...

though if you search for cookie and other things in the network tab and put their values, they still do work!

okay so as far as i observed, reel named entries are no more in network tab, but there are entries named "query" that has all the properties of reel entries...

So thing is I haven't used the story downloader some days, and apparently Instagram has removed "x-ig-www-claim" completely. Also, there are some new properties of "query" entries like : "X-Bloks-Version-Id",...