dvingerh / PyInstaStories

Python script to download Instagram stories from Instagram users.
MIT License
329 stars 74 forks source link

READ If You Have Login Issues #19

Closed dvingerh closed 3 years ago

dvingerh commented 5 years ago

As of recently new logins may get stuck at a challenge_required error. At the time of writing there's no viable solution for this problem. Please don't create any new issues asking me how to solve this error.

Instagram requires you to verify your login as your login attempt is considered suspicious by their systems. The API dependency currently does not support challenge solving therefore there's nothing I can do.

A potential workaround is present here: https://github.com/notcammy/PyInstaLive/issues/57#issuecomment-524650248

Thanks.