Describe the bug
Not so long ago I used to use this library and I never was asked for a "verification code" by Instagram, but recently every time I try to login, it asks for a verification code. This isn't good for me as I want to log into the account through a custom application of mine, so I'm not sure what to do as it asks for the code through terminal input and the terminal isn't a part of my application.
To Reproduce
from instagrapi import Client
bot = Client()
bot.login("username", "password")
Traceback
No traceback
Expected behavior
I expect it to login without asking for a code just like it goes when using the normal app
Desktop (please complete the following information):
OS: Zorin OS 16.2
Python version 3.11.0
instagrapi version [e.g. 1.9.3, not "latest"] 1.16.41
Describe the bug Not so long ago I used to use this library and I never was asked for a "verification code" by Instagram, but recently every time I try to login, it asks for a verification code. This isn't good for me as I want to log into the account through a custom application of mine, so I'm not sure what to do as it asks for the code through terminal input and the terminal isn't a part of my application.
To Reproduce
Traceback No traceback
Expected behavior I expect it to login without asking for a code just like it goes when using the normal app
Desktop (please complete the following information):