【发布时间】:2021-07-14 19:19:19
【问题描述】:
尝试使用 Instaloader 登录 Instagram,
L = ig.Instaloader()
L.login(user, password)
L.two_factor_login(11111)
引发以下错误
raise TwoFactorAuthRequiredException("Login error: two-factor authentication required.")
instaloader.exceptions.TwoFactorAuthRequiredException: Login error: two-factor authentication required.
【问题讨论】:
标签: python instaloader