2022-04-23 21:00:22 +02:00
|
|
|
[DEFAULT]
|
|
|
|
cookie = PHPSESSIONCOOKIEGOESHERE
|
2022-05-04 17:14:38 +02:00
|
|
|
# should we consider giveaways on the 'ALL' page? it is the main page
|
|
|
|
enabled = true
|
2022-04-23 21:00:22 +02:00
|
|
|
# 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
|
2022-04-27 19:49:55 +02:00
|
|
|
max_entries = 2000
|
2022-04-23 21:00:22 +02:00
|
|
|
# time left in minutes of a giveaway for it to be considered
|
2022-04-27 19:49:55 +02:00
|
|
|
max_time_left = 300
|
2022-04-24 15:34:03 +02:00
|
|
|
# the minimum point value for a giveaway to be considered
|
2022-05-05 15:01:11 +02:00
|
|
|
minimum_game_points = 50
|
2022-04-27 20:13:54 +02:00
|
|
|
# a comma separated list of keywords in game titles to ignore
|
2022-05-04 17:14:38 +02:00
|
|
|
blacklist_keywords = hentai,adult
|
|
|
|
[WISHLIST]
|
|
|
|
# should we consider giveaways on the 'Wishlist' page?
|
|
|
|
wishlist.enabled = true
|
|
|
|
# minimum number of points in your account before entering into giveaways
|
2022-05-05 15:01:11 +02:00
|
|
|
wishlist.minimum_points = 1
|
2022-05-04 17:14:38 +02:00
|
|
|
# max number of entries in a giveaway for it to be considered
|
2022-05-05 15:01:11 +02:00
|
|
|
wishlist.max_entries = 10000
|
2022-05-04 17:14:38 +02:00
|
|
|
# time left in minutes of a giveaway for it to be considered
|
2022-05-05 15:01:11 +02:00
|
|
|
wishlist.max_time_left = 300
|
|
|
|
[NOTIFICATIONS]
|
2022-05-10 19:03:34 +02:00
|
|
|
# a prefix for messages sent via notifications
|
|
|
|
notification.prefix = SG-Bot
|
2022-05-05 15:01:11 +02:00
|
|
|
# if we should send notifications via pushover
|
|
|
|
pushover.enabled = false
|
|
|
|
# your specific pushover token
|
|
|
|
pushover.token =
|
|
|
|
# your specific pushover user key
|
|
|
|
pushover.user_key =
|