nickmccullum / algorithmic-trading-python

The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
2.42k stars 2.42k forks source link

Question on downloading secret.py file #33

Open stephenlok opened 2 years ago

stephenlok commented 2 years ago

How can we download the secret.py file, I only got the link of IEX_CLOUD_API_TOKEN = 'Tpk_059b97af715d417d9f49f50b51b1c448' and the result is like this. I appreciate your help first. Screenshot 2022-05-13 031810

krizh-p commented 2 years ago

Download by clicking the line that says "Click here." Ensure you placed secrets into your starter_files folder and to avoid conflicts with numpy's use of a separate secrets.py I suggest you rename your secrets.py to something like secretsAPI

joethesaint commented 3 months ago

https://github.com/nickmccullum/algorithmic-trading-python/issues/65#issuecomment-2195015618

https://github.com/nickmccullum/algorithmic-trading-python/issues/16#issuecomment-948075632