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 27, 2024
1 parent 095f47c commit ea8bdf1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@

"tmdb_api" : "tmdb_api key",
"imgbb_api" : "imgbb api key",
"oeimg_api" : "oeimg api key",
"ptpimg_api" : "ptpimg api key",
"lensdump_api" : "lensdump api key",

# Order of image hosts, and backup image hosts
"img_host_1": "imgbb",
"img_host_2": "ptpimg",
"img_host_3": "imgbox",
"img_host_4": "pixhost",
"img_host_4": "pixhost",
"img_host_5": "lensdump",
"img_host_6": "oeimg",


"screens" : "6",
Expand Down Expand Up @@ -88,17 +90,17 @@
# 'otp_uri' : 'OTP URI, read the following for more information https://github.com/google/google-authenticator/wiki/Key-Uri-Format'
},
"STC" :{
"api_key" : "STC",
"api_key" : "STC API Key",
"announce_url" : "https://skipthecommericals.xyz/announce/customannounceurl",
# "anon" : False
},
"STT" :{
"api_key" : "STC",
"api_key" : "STC API Key",
"announce_url" : "https://stt.xyz/announce/customannounceurl",
# "anon" : False
},
"SN": {
"api_key": "6Z1tMrXzcYpIeSdGZueQWqb3BowlS6YuIoZLHe3dvIqkSfY0Ws5SHx78oGSTazG0jQ1agduSqe07FPPE8sdWTg",
"api_key": "SN API Key",
"announce_url": "https://tracker.swarmazon.club:8443/<YOUR_PASSKEY>/announce",
},
"HP" :{
Expand Down Expand Up @@ -175,6 +177,8 @@
"OE" : {
"api_key" : "OE api key",
"announce_url" : "https://onlyencodes.cc/announce/customannounceurl",
#"internal" : True,
#"internal_groups" " ["group1"],
# "anon" : False
},
"RTF": {
Expand All @@ -188,6 +192,11 @@
"announce_url" : "https://reelflix.xyz/announce/customannounceurl",
# "anon" : False
},
"OTW" : {
"api_key" : "OTW api key",
"announce_url" : "https://oldtoons.world/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 ea8bdf1

Please sign in to comment.