mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-13 00:07:59 -06:00
10 lines
270 B
Python
10 lines
270 B
Python
#it gets your Shoko api key with your shoko server username and password
|
|
SHOKO = {
|
|
"url":
|
|
"http://localhost:8111", #your shoko server url
|
|
"user":
|
|
"username",#your shoko server username
|
|
"pass":
|
|
"password" #your shoko server password
|
|
}
|