Commit graph

10 commits

Author SHA1 Message Date
mcinj
6d57c1c4f2 some cleanup 2022-05-12 11:54:58 -04:00
mcinj
ca3425e964 allow custom prefix in message 2022-05-10 13:03:34 -04:00
mcinj
40d2256eb5 Pushover notifications
- Ability to setup pushover notifications
 - Will send a message if the cookie is invalid or if something happens evaluating gifts
2022-05-05 09:01:11 -04:00
mcinj
96652893e2 deprecate fields 2022-05-04 11:43:56 -04:00
mcinj
de80790beb Wishlist watching
- The [DEFAULT] config settings only pertain to the main page aka All
 - Another new section called [WISHLIST] pertains specifically to entering into games on your wishlist
 - Either [DEFAULT] or [WISHLIST] can be enabled/disabled
 - Script will first look at your wishlist items if both config settings are enabled
2022-05-04 11:14: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
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
51fb1370ae readme update 2022-04-23 15:20:09 -04:00