Commit graph

15 commits

Author SHA1 Message Date
Alex Huddleston
e1a82655cf Quick patch to remove debug code. 2020-04-15 17:25:49 -05:00
Alex Huddleston
f587c6ca4c Fixing to handle N/A entries, extra column. Adding exceptions for query to top n for countries. 2020-04-15 17:17:24 -05:00
Alex Huddleston
174a36f824 Refactored database integration code to be more modular, updated template config. 2020-04-04 19:12:28 -05:00
Alex Huddleston
dfad3678c4 Patch to allow the report bg task to update the data every half hour... For real this time. 2020-04-01 13:02:29 -05:00
Alex Huddleston
ccca43bd04 Patch to allow the report bg task to update the data every half hour. 2020-04-01 10:31:12 -05:00
Alex Huddleston
03cee23ccb Postgres database fully integrated. Should be merged with master. 2020-03-31 22:27:03 -05:00
Alex Huddleston
9e67b8c1b7 Able to get reporting to semi-work with database input. Need to fix forced capitalization, move away from postgres to sqlite to minimize local debugging setup. 2020-03-31 02:01:50 -05:00
Alex Huddleston
b58143fdf3 Moved most configuration settings out from being hardcoded to a JSON formatted config file and included a template. 2020-03-28 19:47:46 -05:00
Alex Huddleston
06f0741d0b Patch to daily report to include a top 5 summary. 2020-03-26 21:27:26 -05:00
Alex Huddleston
6b7b87e68c Hotfix to make bot update data for each report command. 2020-03-26 21:14:18 -05:00
Alex Huddleston
391def59c2 Changed bot format to match bot mode in the Discord python API. Created a top X summary report command. 2020-03-26 21:12:14 -05:00
Alex Huddleston
d826ebcd06 Hotfix for the bot not to spam the current time. 2020-03-26 00:08:46 -05:00
Alex Huddleston
62d375de30 Minor change to correct the delayed bg task to CST timezone. 2020-03-26 00:04:37 -05:00
Alex Huddleston
b1c01fc454 Moved some files around to make development easier. Modified docker-compose to create two images in order to run the bot and the delayed background task in separate images. 2020-03-25 23:37:47 -05:00
Alex Huddleston
1e7417d95b Update to include docker-compose and Dockerfile. 2020-03-25 21:50:43 -05:00