instapy-quickstart
instapy-quickstart copied to clipboard
invalid syntax
How Do I fix this issue?
I believe that you need to configure the data.yaml
file to include the username and password of the account you want to log into. Also .yaml files are very picky for spaces so check that you don't have some weird extra white space characters.
wait where is the data.yaml file? at? hm
Sorry I was referencing an old version. It looks like you can pass this in the command line when you run the script. Alternatively you can create a file with your credentials and load it with your imports.
seems like you haven't provided the credentials if you are running with cli try this: python quickstart.py --username abcd --password 1234