removed cli and added filtering
This commit is contained in:
parent
9e481fc2e3
commit
1cbe40c8c8
9 changed files with 149 additions and 167 deletions
11
src/config.ini.example
Normal file
11
src/config.ini.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue