-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsetup.conf.example
167 lines (149 loc) · 3.41 KB
/
setup.conf.example
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
;WHATauto setup.conf
[setup]
;This is the folder that all torrents will download to by default, unless over-ridden by another setting in credentials.conf/filters.conf.
torrentDir=
;This is the drive that pyWHATauto will report free space on.
drive=
;Most seedbox providers don't use quota, so it can be impossible to find out
;progmatically how much space is available to a user. Fill in how much space is dedicated
;to you. If you leave this blank then it will try to autofill, but unless you
;own the entire drive (and not just a subfolder) it will be wrong!
;This number should be in gigabytes.
limit=
;options in increasing verbosity are:
;'error','msg','info','cmd','filter','debug'
;msg means only error messages and chatter will show up.
;by setting verbosity:msg and chatter:0, that is the same thing as verbosity:error
verbosity=filter
;This will write a continual log of the output to file.
;Every time pyWA is run a new log will be created.
log= 1
;Should the random chatter (messages etc) from the channels show up in your output?
chatter= 0
;This will delay torrents from downloading for x many seconds after a match is made.
;This helps combat some trackers that announce before the torrent is available.
;This setting is universal, but only applies to automatic downloads.
delay=3
;At what percentage should pyWA stop downloading torrents?
freePercent= 5
;WEBUI password
password=
;WEBUI port
port=
;WEBUI IP (only required if you want to bind the server to a specific ip)
webserverip=
webserverssl=0
; full path to server certfile
; openssl req -new -x509 -keyout /home/pywhatauto/server.pem -out /home/pywhatauto/server.pem -days 365 -nodes
certfile=/home/pywhatauto/server.pem
[notification]
gmail= [email protected]
password= xxxx
email= 0
server= whatcd
nick= yournick
message= 0
[sites]
;this will enable or disable each network
alphaomega= 0
animebytes= 0
apollo= 0
awesomehd = 0
baconbits = 0
BD25= 0
bibliotik= 0
bitgamer= 0
bitme= 0
bitmetv= 0
broadcasthenet= 0
brokenstones= 0
delish= 0
digitalhive= 0
fux0r= 0
gazellegames= 0
hdbits= 0
iptorrents= 0
karagarga= 0
lztr=0
morethantv=0
notwhat=0
redacted= 0
passthepopcorn= 0
pretome= 0
pianosheets= 0
piratethenet= 0
pwnnetwork= 0
quorks = 0
sceneaccess= 0
scenehd= 0
sciencehd= 0
sharetheremote= 0
shellife=0
stopthepresses=0
tehconnection= 0
thebox= 0
theempire= 0
thegft= 0
theplace= 0
theswarm = 0
tophos= 0
torrentbytes= 0
torrentleech= 0
torrentvault= 0
undergroundgamer= 0
waffles= 0
whatcd= 0
x264= 0
[aliases]
;change the alias used in commands on IRC. Only 1 alias per network.
animebytes= ab
apollo= apl
awesomehd= ahd
baconbits= bb
bd25= b25
bibliotik= biblio
bitgamer= bg
bitme = bme
bitmetv= bmtv
broadcasthenet= btn
brokenstones= bs
delish= deli
digitalhive= dh
fux0r= hfu
gazellegames= ggames
hdbits= hdb
iptorrents= ipt
karagarga= kg
lztr= lz
morethantv= mtv
notwhat= nwcd
redacted = red
passthepopcorn = ptp
pretome= ptme
pianosheets= piash
piratethenet= ptn
pwnnetwork= pwn
quorks = quo
sceneaccess= scc
scenehd= schd
sciencehd= shd
sharetheremote= str
shellife= shl
stopthepresses=stp
thebox=tbox
theempire=te
thegft= gft
tehconnection= tc
theplace= tp
theswarm = ts
tophos= top
torrentbytes= tbytes
torrentvault= tv
torrentleech= tl
undergroundgamer= ug
waffles= waf
whatcd= what
[debug]
;Setting this allows for you to do even more in-depth debugging. It will ONLY connect to one network, does not use threads, and will show
;extended tracebacks during a crash.
testing = 0