You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the global default client identification by OpenXbox
@@ -80,7 +82,7 @@ client_secret = CLIENT_SECRET
80
82
tokens_file =TOKENS_FILE
81
83
82
84
"""
83
-
For doing authentication, see xbox/webapi/scripts/authenticate.py
85
+
For doing authentication, see pythonxbox/scripts/authenticate.py
84
86
"""
85
87
86
88
@@ -94,7 +96,7 @@ async def async_main():
94
96
95
97
"""
96
98
Read in tokens that you received from the `xbox-authenticate`-script previously
97
-
See `xbox/webapi/scripts/authenticate.py`
99
+
See `pythonxbox/scripts/authenticate.py`
98
100
"""
99
101
try:
100
102
withopen(tokens_file) as f:
@@ -172,8 +174,7 @@ asyncio.run(async_main())
172
174
173
175
## Credits
174
176
175
-
This package uses parts of [Cookiecutter](https://github.com/audreyr/cookiecutter)
176
-
and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
177
+
This library is derived from [xbox-webapi](https://github.com/OpenXbox/xbox-webapi-python) library from the [OpenXbox](https://github.com/openxbox) project
177
178
The authentication code is based on [joealcorn/xbox](https://github.com/joealcorn/xbox)
0 commit comments