Commit graph

22 commits

Author SHA1 Message Date
689c32abf0 Created flat2mongo, a utility script to move database from flatfile to mongodb
Automatically encode/decode stock tickers with a dot so they can be stored in mongodb
Remove print debug code
2021-03-08 14:20:15 +00:00
a893cc1c04 Moved flatfile database to flatfile.py
Added mongodb connection settings to config
Updated config format
2021-03-08 13:34:51 +00:00
a0aad6bc97 Added watchlist functionality 2021-03-08 12:46:43 +00:00
fbfeee8209 MongoDB driver can now handle portfolio functions
- No watchlist functionality yet
2021-03-08 11:59:25 +00:00
adf80b0a7b Merge branch 'master' of git.sockspls.com:kate/stock-tracker-discord 2021-03-07 17:55:00 +00:00
c1f0b94641 Updated requirements 2021-03-07 17:54:36 +00:00
330b2b8d08 Moved config to example file 2021-03-07 17:52:24 +00:00
d49c2955e4 - Made image the default command for watchlist and portfolio
access the text versions with watchlist_text, wlt, portfolio_text, pft
- python black formatting
2021-03-06 20:07:20 +00:00
8df8712e61 Added 24h change total 2021-02-18 02:37:15 +00:00
2863034a4b Added delta column to image tables 2021-02-17 16:43:07 +00:00
9427333afa Added pipfile.lock 2021-02-16 23:47:02 +00:00
7c72654ec6 Delete 'table.png' 2021-02-16 23:41:49 +00:00
1eb6b4a669 updated database 2021-02-16 23:39:06 +00:00
3e6e15a3e3 Minor changes to positioning of objects
- Table is now positioned 'upper center' instead of 'center'
- Updated row height and spacings
2021-02-16 23:37:17 +00:00
b0d47dbbe1 Can now unwatch multiple stocks at once by separating with spaces 2021-02-16 23:36:53 +00:00
0268503cad Fixed a bug where some functions wouldn't return any data when adding a new user to the database 2021-02-16 23:35:45 +00:00
b30f90a002 un hardcoded dpi 2021-02-14 18:59:30 +00:00
35fc806327 - Added delete command
- added watchlists
- added $pf2 and $wl2 to get image format table outputs
- moving yahoo finance commands to separate file
2021-02-14 18:57:18 +00:00
f3a622b95f Moved API key to config 2021-02-13 06:04:05 +00:00
a3f2892aba Changed table formatting 2021-02-13 06:03:42 +00:00
b3af02125c Can add stocks and view table output on discord 2021-02-13 04:01:05 +00:00
dcb1e5d1e9 Initial Commit 2021-02-12 18:46:33 +00:00