Julian-O / Instagram-API-python

Unofficial Instagram API in Python.
Other
22 stars 14 forks source link

2Fa required login #6

Open peersdigital opened 3 years ago

peersdigital commented 3 years ago

Hi! Is there any example on how I can make login with 2FA required login in Python? I tried adding the parameter two_factor_callback="code" to the login function but it does not worked.