Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 460 Bytes

Priority Matrix API test: GordonGekko

This test uses the yfinance package to check if a given ticker is going down in price, then adding an item in Priority Matrix as a reminder that you should sell shares.

Before executing main.py you must add an auth.py file with the following content:

auth = {
    "email": "Your email registered in appfluence",
    "token": "Token obtained from https://prioritymatrix.com/o/authorized_tokens/"
}