instapy-quickstart icon indicating copy to clipboard operation
instapy-quickstart copied to clipboard

invalid syntax

Open Tonners15 opened this issue 4 years ago • 4 comments

How Do I fix this issue? Screen Shot 2020-09-08 at 12 08 06 PM

Tonners15 avatar Sep 08 '20 18:09 Tonners15

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.

markderry avatar Sep 08 '20 21:09 markderry

wait where is the data.yaml file? at? hm

Tonners15 avatar Sep 08 '20 22:09 Tonners15

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.

markderry avatar Sep 08 '20 22:09 markderry

seems like you haven't provided the credentials if you are running with cli try this: python quickstart.py --username abcd --password 1234

pooja-anandani avatar Dec 01 '20 18:12 pooja-anandani