Lets get those tendies.
pip install -r requirements.txt
client_id = ""
client_secret = ""
user_agent = ""
polygonAPIKey = ""
Documentation:
PRAW: https://praw.readthedocs.io/en/latest/code_overview/praw_models.html
- Log into your reddit account
- Go to https://www.reddit.com/prefs/apps/
- Create Another App
- Set the name to be anything
- set the type to be script
- Put anything you want in description / about url / redirect uri
- save the "personal use script" as client_id into passwords.py
- save the "secret" as client_secret into passwords.py
- Set user_agent to whatever you want
Documentation:
Rest API: https://polygon.io/docs
Websocket: https://polygon.io/docs/websockets/getting-started
- Sign up with a live account for https://alpaca.markets/, you need to be a US citizen.
- Once you log in, on the right click View under Your API Keys
- Copy the API Key ID as your polygon api key