-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathInstruction.txt
25 lines (11 loc) · 941 Bytes
/
Instruction.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Written Instruction On Running Scripts
1] Open Robinhood-trading-journal folder in Finder or File Explorer
2] Open Terminal or Command Prompt
3] Type in cd and select dashapp folder from Finder or File Explorer and drag it to terminal next to cd, it should look like, cd \user\....\dashapp then press enter
4] Run scripts in terminal by typing,
4.1] python Robin_hood.py
As it runs follow instructions of script, type in email-password to login. This is needed to get data and update data.
Once above script is finished then type
4.2] python index.py
It should give a local address, copy and got chrome or safari and paste that link. Plotly-Dashboard is ready, you can directly run this script if you already have data from last time and don't need to update. Dashboard will show data of data stored in data folder.
5] To close dashboard, select terminal and press ctrl+c or ctrl+d. It will stop local server and dash app.