-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #1542 from MrX292/shokoapi
[shokoapi] use py_common.graphql and move config options.
Showing
3 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ sceneByFragment: | |
- ShokoAPI.py | ||
- query | ||
|
||
# Last Updated April 03, 2022 | ||
# Last Updated November 27, 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#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 | ||
} |