yacoubb / stock-trading-ml

A stock trading bot that uses machine learning to make price predictions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creds.json missing

cruecker opened this issue · 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.

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

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.

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...

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.