b3nab / instapy-cli

:sparkles: Python library and CLI to upload photo and video on Instagram. W/o a phone!
MIT License
601 stars 98 forks source link

What is the format of instagram cookie ? #70

Closed johackim closed 5 years ago

johackim commented 5 years ago

Hello,

With what to export instagram cookie ? I know is json file, but what is inside ? Do you have any example of the json format ? I exported with multiple browser addons but it's not work.

Thanks !

molnarjani commented 5 years ago

Hi @ston3o

I think it's non-trivial to manually craft that cookie, you can use https://github.com/instagrambot/instapy-cli/blob/master/examples/login-cookie-write-file.py example to write the cookie to a file.

Hope this helps!

johackim commented 5 years ago

Hello @molnarjani,

Exactly what I want ! Thanks !