Commit graph

22 commits

Author SHA1 Message Date
mcinj
befbdf8675 logged messages using minutes instead of seconds 2022-04-28 19:30:57 -04:00
mcinj
d64864f720 cleanup requirements 2022-04-28 18:17:22 -04:00
mcinj
128ff43fd9 use timestamp to get accurate time remaining 2022-04-28 13:12:38 -04:00
mcinj
672df0202b blacklist changes
- compare all strings as lowercase
 - removed default 'puzzle' keyword
2022-04-27 14:29:13 -04:00
mcinj
55dd027393 keyword blacklist
- allows for a simple comma separated list of words to look for in a game title and if they exist then ignore the giveaway
2022-04-27 14:13:54 -04:00
mcinj
5402130fbf upgrade ability
- if more keys are expected in the config.ini file and when updating from a previous version, defaults can be inserted if the particular keys do not already exist
2022-04-27 13:49:55 -04:00
mcinj
08feb6cf06 another fix for identifying pinned games 2022-04-26 17:53:42 -04:00
mcinj
2fbd71c7e0 refactoring and fixes 2022-04-25 22:26:19 -04:00
mcinj
df8570d7d4 make sure to grab new details 2022-04-24 15:32:56 -04:00
mcinj
36ad6a60d0 clean up loop logic 2022-04-24 15:20:07 -04:00
mcinj
855029e67e considers number of copies when determining if we should enter 2022-04-24 13:29:50 -04:00
mcinj
4b8a9fe7b7 Store the debug log file in the config folder.
- Storing in the config folder allows easy access when running via docker.
 - Small log output change
2022-04-24 12:11:19 -04:00
mcinj
1e5dd1b717 min cost and logging
- added ability to have a minimum point cost so that we can filter games like 1P out
 - updated logging to log INFO to stdout and DEBUG to a debug.log file which gets rotated
2022-04-24 09:34:03 -04:00
mcinj
6e0474b7ed detect unknown remaining time 2022-04-23 16:24:56 -04:00
mcinj
38ba622464 ignore giveaways already entered into by default 2022-04-23 16:15:47 -04:00
mcinj
2f35c9e60e logix fix 2022-04-23 15:50:04 -04:00
mcinj
51fb1370ae readme update 2022-04-23 15:20:09 -04:00
mcinj
1cbe40c8c8 removed cli and added filtering 2022-04-23 15:00:22 -04:00
mcinj
9e481fc2e3 run from config.ini file 2022-04-23 12:34:04 -04:00
stilmaniac
a420a498dd Add to configuration: minimum points and pinned games 2020-06-27 12:05:58 +03:00
stilmaniac
0c047fbaa8 Refactoring 2020-06-26 23:46:13 +03:00
stilmaniac
5b82582ca1 Reorganise project dir 2020-06-26 22:24:52 +03:00