instagram-auto-create-account
instagram-auto-create-account copied to clipboard
name error
Traceback (most recent call last):
File "/home/kali/instagram-auto-create-account/botAccountCreate.py", line 13, in
Same error,
File "/Users/[user]/instagram-auto-create-account/botAccountCreate.py", line 13, in <module>
args = parser.parse_args()
NameError: name 'parser' is not defined
Python Version: Python 3.9.6 Operating System: MacOS Catalina 10.15.2
Fixed it using https://github.com/Alan4747/instagram-auto-create-account/issues/52
Open the file and add this code in line 12 parser = argparse.ArgumentParser()