Commit graph

49 commits

Author SHA1 Message Date
0a3cb5bc61 Update dependencies 2021-07-06 02:27:56 +00:00
ddf97b03a0 Options command 2021-03-19 17:24:38 +00:00
900f812621 Able to output charts over discord now 2021-03-17 14:53:43 +00:00
dc98f04311 Convert image to bytes instead of png, update dependenci 2021-03-17 14:47:49 +00:00
4445f88e65 Fixed another typo 2021-03-17 14:41:05 +00:00
a31f3d188a Fixed more 2021-03-17 14:38:33 +00:00
2d008b7d50 Fixed another typo 2021-03-17 14:37:11 +00:00
403e0b22bf Fixed another typo 2021-03-17 14:36:35 +00:00
005bf04a2d Updated dependencies, fixed typo 2021-03-17 14:35:44 +00:00
4e05e6f487 Added chart to ticker command 2021-03-17 14:28:28 +00:00
67121365cb Fixed string indent on stock command, and added more aliases 2021-03-17 01:51:26 +00:00
46838c888c Added ticker command 2021-03-17 01:45:24 +00:00
cd0e4111bc Added pycharm config files to gitignore 2021-03-16 13:29:38 +00:00
8e67ec85b4 Black formatting 2021-03-14 15:53:31 +00:00
0ba67dd6fa Function name updates 2021-03-11 12:09:05 +00:00
9049af2a27 Removed username length max limit of 200
Renamed 2 functions to use underscores instead of camelCase
2021-03-11 01:13:57 +00:00
6e1357cb82 Updated headers watchlist image table 2021-03-09 21:29:12 +00:00
cacef72eac Added more command aliases 2021-03-09 11:18:19 +00:00
c4553b36e5 Added commands list to readme 2021-03-09 02:31:14 +00:00
63a223bf24 Created README 2021-03-09 02:30:40 +00:00
95956cc47c Added command prefix to config 2021-03-09 02:22:45 +00:00
9ed7008ada Whoops did a typo 2021-03-09 01:08:50 +00:00
d36322d0a2 Changed the maths a bit for the total delta thing 2021-03-09 01:06:55 +00:00
c2de58039b Added more debug print outputs 2021-03-09 00:41:04 +00:00
25eb66aeb5 deleted old db 2021-03-08 14:31:19 +00:00
ed9df656f8 add default flatfile database to gitignore 2021-03-08 14:28:35 +00:00
86dd9c6ff9 Minor bugfixes 2021-03-08 14:27:50 +00:00
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