-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.yml
53 lines (40 loc) · 1.61 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# The length of the codes to generate, can be one of 'short', 'long' or 'both'
# Short is 16 characters, long is 24, and both will randomly choose between 16 and 24 each time
code_length: short
# Auto redeems valid nitro codes
auto_redeem:
# enable auto_redeem or not (true / false)
enabled: false
# The token to redeem the codes with
token: "PUT_YOUR_TOKEN_HERE"
# Proxy-related settings
proxies:
# Write working proxies to a file (true / false)
save_working: true
# Validate proxies before passing them to the checker (true / false)
enable_checker: true
# Download fresh proxies from the web (true / false)
enable_scrapper: true
# The maximum amount of proxies to download (if enabled), use '0' for no maximum.
max_proxies_download: 1000
# Wether or not to keep transparent proxies in the checker (true / false).
keep_transparent: true
# The amount of codes to check at the same time
# The higher, the faster, but it may slow the generator down if it is set too high
threads: 100
# Receive webhook messages on start and when a valid code is found
webhook:
# enable webhook messages or not (true / false)
enabled: false
# The webhook url
url: https://discord.com/api/webhooks/.../...
# Webhook notifications settings
notifications:
# Send a notification when the generator starts (true / false)
boot: true
# Send a notification when a valid code is found (true / false)
valid_code: true
# How often to send status updates to the webhook in seconds (use '0' for never)
status_update_interval: 600
# Print additional information in the console (true / false)
debug_mode: false