Skip to content

Commit

Permalink
Example Config: Add otp_uri to MTV
Browse files Browse the repository at this point in the history
  • Loading branch information
L4GSP1KE committed Sep 8, 2023
1 parent 602cf43 commit 8f6bcdb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@
"announce_url" : "https://hawke.uno/announce/customannounceurl",
# "anon" : False
},
"MTV": {
"MTV": {
'api_key' : 'get from security page',
'username' : '<USERNAME>',
'password' : '<PASSWORD>',
"announce_url": "get from https://www.morethantv.me/upload.php",
"anon" : False
'announce_url' : "get from https://www.morethantv.me/upload.php",
'anon' : False,
# 'otp_uri' : 'OTP URI, read the following for more information https://github.com/google/google-authenticator/wiki/Key-Uri-Format'
},
"STC" :{
"api_key" : "STC",
Expand Down Expand Up @@ -143,7 +144,7 @@
"announce_url" : "https://lst.gg/announce/customannounceurl",
# "anon" : False
},
"LT" : {
"LT" : {
"api_key" : "LT api key",
"announce_url" : "https://lat-team.com/announce/customannounceurl",
# "anon" : False
Expand Down

0 comments on commit 8f6bcdb

Please sign in to comment.