Инстаграпи: имя не определено ⇐ Python
-
Anonymous
Инстаграпи: имя не определено
I'm new with Python and want to make an automated account with Instagrapi. This is the example when I want to log in the Instagram Account.
cl = Client() cl.login(ACCOUNT_USERNAME, ACCOUNT_PASSWORD) When I type for example "blabla" as Username and "1234" as Password I get the Error "NameError: name 'blabla' is not defined".
cl = Client() cl.login(blabla, 1234) What am i doing wrong?
Источник: https://stackoverflow.com/questions/780 ... ot-defined
I'm new with Python and want to make an automated account with Instagrapi. This is the example when I want to log in the Instagram Account.
cl = Client() cl.login(ACCOUNT_USERNAME, ACCOUNT_PASSWORD) When I type for example "blabla" as Username and "1234" as Password I get the Error "NameError: name 'blabla' is not defined".
cl = Client() cl.login(blabla, 1234) What am i doing wrong?
Источник: https://stackoverflow.com/questions/780 ... ot-defined