• Обход python instagram ClientCheckpointRequiredError?

    @Insayrex
    тебе надо в конфигах задать user_agent своего устройстка к примеру...

    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
    Ответ написан
    Комментировать