Код: Выделить всё
instaloader.exceptions.ConnectionException: Login error: "fail" status, message "Sorry, your password was incorrect. Please double-check your password.".
Вот код:
Код: Выделить всё
# Get instance
import instaloader
L = instaloader.Instaloader()
# Login or load session
username = "login"
password = "password"
L.login(username, password) # (login)
# Obtain profile metadata
profile = instaloader.Profile.from_username(L.context, username)
print(profile.get_followers())
Мобильная версия