yacoubb / stock-trading-ml

A stock trading bot that uses machine learning to make price predictions.
GNU General Public License v3.0
598 stars 254 forks source link

creds.json missing #6

Open cruecker opened 4 years ago

cruecker commented 4 years ago

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.

mfethe1 commented 4 years ago

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

Deeem2031 commented 4 years ago

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.

Eccedustin commented 4 years ago

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

huw-rhys-jones commented 3 years ago

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.