stock-trading-ml icon indicating copy to clipboard operation
stock-trading-ml copied to clipboard

creds.json missing

Open cruecker opened this issue 5 years ago • 4 comments

Hi yacoubb,

thanks a lot for uploading this :-)

As i am an beginner in programming, i struggeled on the cred.json file. Took some research and thinking what is the error. Suggestion: can you expand the readme.me explaining this?

Thanks C.

cruecker avatar Dec 13 '19 16:12 cruecker

Can you provide the example of how you fixed this issue? I'm running into the same problem.

mfethe1 avatar Jan 12 '20 14:01 mfethe1

Just create a textfile with the content {"av_api_key":"XXXXXXXXXXXXXXXXX"} and replace the xs with the api key you got from https://www.alphavantage.co Name that file cred.json and you're good to go.

Deeem2031 avatar Jan 24 '20 10:01 Deeem2031

Just create a textfile with the content {"av_api_key":"XXXXXXXXXXXXXXXXX"} and replace the xs with the api key you got from https://www.alphavantage.co Name that file cred.json and you're good to go.

I tried this but it did not work. I put it in the same directory as the other files for the project...

Eccedustin avatar Aug 12 '20 03:08 Eccedustin

Just create a textfile with the content {"av_api_key":"XXXXXXXXXXXXXXXXX"} and replace the xs with the api key you got from https://www.alphavantage.co Name that file cred.json and you're good to go.

I tried this but it did not work. I put it in the same directory as the other files for the project...

Did you call it creds.json or cred.json?

Check your filenames.

huw-rhys-jones avatar Dec 06 '20 16:12 huw-rhys-jones