Commit Graph

14 Commits

Author SHA1 Message Date
Manuel e197a19f1c
Track DLC page, fix dependencies, refactor config 2023-10-12 21:57:52 +02:00
mcinj 6cb493eba7 add host
- small clean up
2022-05-16 16:03:12 -04:00
mcinj fd9e5ba23e stuff 2022-05-15 11:39:44 -04:00
mcinj 54054b4f6d docker. basic auth. 2022-05-14 00:47:15 -04:00
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