samjtro / schwab

⚡ fast unofficial schwab traderapi hook
https://pkg.go.dev/github.com/samjtro/schwab
GNU General Public License v2.0
3 stars 0 forks source link

Plaintext -> JSON #29

Closed samjtro closed 1 month ago

samjtro commented 1 month ago

Currently: DBPATH env variable defines token storage in a txt file. This is a horrible way of doing it.

Now migrating to JSON -> ~/.foo/bar.json

samjtro commented 1 month ago

First implementation here: https://github.com/samjtro/go-trade/commit/3ea395a743b3d99dc767483489f206936f293df9

samjtro commented 1 month ago

Second implementation here: 624a71e705855975397a5c2dce63b6fc96db7b46

samjtro commented 1 month ago

This is functionally complete.