Answer the question
In order to leave comments, you need to log in
Workaround for python instagram ClientCheckpointRequiredError?
I'm making an Instagram bot
Here's a little about the library:
Name: instagram-private-api
Version: 1.6.0.0
instagram_private_api.errors.ClientCheckpointRequiredError: checkpoint_challenge_required
Answer the question
In order to leave comments, you need to log in
you need to set the user_agent of your device in the configs, for example...
from instagram_private_api import Client
from instagram_private_api import constants
user_name = 'some_name'
password = 'some_password'
constants.Constants.PHONE_MODEL = 'HUAWEI'
constants.Constants.APP_VERSION = '80.0.3987.99'
constants.Constants.ANDROID_VERSION = 7
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question