removed cli and added filtering

This commit is contained in:
mcinj 2022-04-23 15:00:22 -04:00
parent 9e481fc2e3
commit 1cbe40c8c8
9 changed files with 149 additions and 167 deletions

11
src/config.ini.example Normal file
View file

@ -0,0 +1,11 @@
[DEFAULT]
cookie = PHPSESSIONCOOKIEGOESHERE
# gift_types options: All, Wishlist, Recommended, Copies, DLC, New
gift_types = All
pinned = true
# minimum number of points in your account before entering into giveaways
minimum_points = 50
# max number of entries in a giveaway for it to be considered
max_entries = 900
# time left in minutes of a giveaway for it to be considered
max_time_left = 180