Skip to content

Commit

Permalink
Update example-config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edge20200 authored Apr 30, 2024
1 parent a32faa3 commit 70c63a6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

"TRACKERS" : {
# Which trackers do you want to upload to?
"default_trackers" : "BLU, BHD, AITHER, STC, STT, SN, THR, R4E, HP, ACM, PTP, LCD, LST, PTER, NBL, ANT, MTV, OE, OTW",
"default_trackers" : "BLU, BHD, AITHER, STC, STT, SN, THR, R4E, HP, ACM, PTP, LCD, LST, PTER, NBL, ANT, MTV, CBR, RTF, HUNO, BHDTV, LT, PTER, TL, TDC, HDT, OE, RF, OTW, FNP, UTP",

"BLU" : {
"useAPI" : False, # Set to True if using BLU
Expand Down Expand Up @@ -141,6 +141,11 @@
"announce_url" : "https://locadora.cc/announce/customannounceurl",
# "anon" : False
},
"CBR" : {
"api_key" : "CBR api key",
"announce_url" : "https://capybarabr.com/announce/customannounceurl",
# "anon" : False
},
"LST" : {
"api_key" : "LST api key",
"announce_url" : "https://lst.gg/announce/customannounceurl",
Expand Down Expand Up @@ -177,6 +182,8 @@
# "anon" : False
},
"RTF": {
"username" : "username",
"password" : "password",
"api_key": 'get_it_by_running_/api/ login command from https://retroflix.club/api/doc',
"announce_url": "get from upload page",
# "tag": "RetroFlix, nd",
Expand All @@ -192,6 +199,16 @@
"announce_url" : "https://oldtoons.world/announce/customannounceurl",
# "anon" : False
},
"FNP" :{
"api_key" : "FNP api key",
"announce_url" : "https://fearnopeer.com/announce/customannounceurl",
# "anon" : "False"
},
"UTP" : {
"api_key" : "UTP api key",
"announce_url" : "https://UTP/announce/customannounceurl",
# "anon" : False
},
"MANUAL" : {
# Uncomment and replace link with filebrowser (https://github.com/filebrowser/filebrowser) link to the Upload-Assistant directory, this will link to your filebrowser instead of uploading to uguu.se
# "filebrowser" : "https://domain.tld/filebrowser/files/Upload-Assistant/"
Expand Down

0 comments on commit 70c63a6

Please sign in to comment.