Skip to content

Commit

Permalink
updated README.md and config-example.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
primalleous committed Jun 12, 2023
1 parent 6d1b06a commit 5c81877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ``pm-td-ameritrade-api``: A wrapper for the TD Ameritrade API Spec
# ``pm-td-ameritrade-api``: Revamped wrapper for the TD Ameritrade API Spec

## **What's new???**
* ``Pydantic Models`` for nearly everything (Orders, Rest and streaming endpoints, etc.)
Expand Down Expand Up @@ -51,11 +51,10 @@ MARGIN = 123456789
log_root_path = C://Users//meep//OneDrive//Desktop//meep//td-ameritrade-api//logs
use_bulk_app_name_logging = True
[symbols]
tda_futures_path = .../tda-futures.csv
actively_traded_equities_path = .../tda-actively-traded-equities.csv
tda_equity_symbols_path = .../tda-symbols.csv
tda_future_symbols_path = .../tda-futures.csv
[data_paths]
equity_data_base_path = .../tda-data/equity
futures_data_base_path = .../tda-data/future
data_base_path = .../tda-data/
```

So now in terms of the login flow/process, if the environment variable is specified, you can just do this:
Expand Down
1 change: 0 additions & 1 deletion samples/z-config-example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ use_bulk_app_name_logging = True
[symbols]
tda_equity_symbols_path = .../tda-symbols.csv
tda_future_symbols_path = .../tda-futures.csv
tda_actively_traded_equity_symbols_path = .../tda-actively-traded-equities.csv
[data_paths]
data_base_path = .../tda-data/

0 comments on commit 5c81877

Please sign in to comment.