CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/modules.rst
docs/source/xbox.webapi.api.client.rst
docs/source/xbox.webapi.api.language.rst
docs/source/xbox.webapi.api.provider.achievements.rst
docs/source/xbox.webapi.api.provider.cqs.rst
docs/source/xbox.webapi.api.provider.eds.rst
docs/source/xbox.webapi.api.provider.gameclips.rst
docs/source/xbox.webapi.api.provider.lists.rst
docs/source/xbox.webapi.api.provider.message.rst
docs/source/xbox.webapi.api.provider.people.rst
docs/source/xbox.webapi.api.provider.presence.rst
docs/source/xbox.webapi.api.provider.profile.rst
docs/source/xbox.webapi.api.provider.rst
docs/source/xbox.webapi.api.provider.screenshots.rst
docs/source/xbox.webapi.api.provider.titlehub.rst
docs/source/xbox.webapi.api.provider.usersearch.rst
docs/source/xbox.webapi.api.provider.userstats.rst
docs/source/xbox.webapi.api.rst
docs/source/xbox.webapi.authentication.manager.rst
docs/source/xbox.webapi.authentication.rst
docs/source/xbox.webapi.authentication.token.rst
docs/source/xbox.webapi.authentication.two_factor.rst
docs/source/xbox.webapi.common.enum.rst
docs/source/xbox.webapi.common.exceptions.rst
docs/source/xbox.webapi.common.rst
docs/source/xbox.webapi.common.userinfo.rst
docs/source/xbox.webapi.rst
docs/source/xbox.webapi.scripts.authenticate.rst
docs/source/xbox.webapi.scripts.rst
docs/source/xbox.webapi.scripts.search.rst
tests/cassette_recorder.py
tests/conftest.py
tests/test_2factor_auth.py
tests/test_achievements.py
tests/test_auth.py
tests/test_cqs.py
tests/test_eds.py
tests/test_gameclips.py
tests/test_message.py
tests/test_people.py
tests/test_presence.py
tests/test_profile.py
tests/test_screenshots.py
tests/test_titlehub.py
tests/test_tokens.py
tests/test_usersearch.py
tests/test_userstats.py
tests/test_xbl_client.py
tests/data/test_regex.html
tests/data/tokens.json
tests/data/cassettes/2fa_email_all_correct.json
tests/data/cassettes/2fa_email_wrong_mail.json
tests/data/cassettes/2fa_sms_all_correct.json
tests/data/cassettes/2fa_sms_wrong_number.json
tests/data/cassettes/2fa_totp_correct.json
tests/data/cassettes/2fa_totp_wrong_code.json
tests/data/cassettes/2fa_totpv2_accept.json
tests/data/cassettes/2fa_totpv2_reject.json
tests/data/cassettes/achievements_360_all.json
tests/data/cassettes/achievements_360_earned.json
tests/data/cassettes/achievements_360_recent_progress.json
tests/data/cassettes/achievements_one_details.json
tests/data/cassettes/achievements_one_gameprogress.json
tests/data/cassettes/achievements_one_recent_progress.json
tests/data/cassettes/cqs_get_channel_list.json
tests/data/cassettes/cqs_get_schedule.json
tests/data/cassettes/eds_crossmediagroup_search.json
tests/data/cassettes/eds_get_details.json
tests/data/cassettes/eds_singlemediagroup_search.json
tests/data/cassettes/full_auth.json
tests/data/cassettes/gameclips_recent_community.json
tests/data/cassettes/gameclips_recent_own.json
tests/data/cassettes/gameclips_recent_own_titleid.json
tests/data/cassettes/gameclips_recent_xuid.json
tests/data/cassettes/gameclips_recent_xuid_titleid.json
tests/data/cassettes/gameclips_saved_community.json
tests/data/cassettes/gameclips_saved_own.json
tests/data/cassettes/gameclips_saved_own_titleid.json
tests/data/cassettes/gameclips_saved_xuid.json
tests/data/cassettes/gameclips_saved_xuid_titleid.json
tests/data/cassettes/invalid_auth.json
tests/data/cassettes/message_delete_message.json
tests/data/cassettes/message_get_message.json
tests/data/cassettes/message_get_message_inbox.json
tests/data/cassettes/message_send_message.json
tests/data/cassettes/people_batch.json
tests/data/cassettes/people_friends_own.json
tests/data/cassettes/people_summary_by_gamertag.json
tests/data/cassettes/people_summary_by_xuid.json
tests/data/cassettes/people_summary_own.json
tests/data/cassettes/presence_batch.json
tests/data/cassettes/presence_own.json
tests/data/cassettes/profile_batch.json
tests/data/cassettes/profile_by_gamertag.json
tests/data/cassettes/profile_by_xuid.json
tests/data/cassettes/screenshots_recent_community.json
tests/data/cassettes/screenshots_recent_own.json
tests/data/cassettes/screenshots_recent_own_titleid.json
tests/data/cassettes/screenshots_recent_xuid.json
tests/data/cassettes/screenshots_recent_xuid_titleid.json
tests/data/cassettes/screenshots_saved_community.json
tests/data/cassettes/screenshots_saved_own.json
tests/data/cassettes/screenshots_saved_own_titleid.json
tests/data/cassettes/screenshots_saved_xuid.json
tests/data/cassettes/screenshots_saved_xuid_titleid.json
tests/data/cassettes/titlehub_batch.json
tests/data/cassettes/titlehub_titlehistory.json
tests/data/cassettes/titlehub_titleinfo.json
tests/data/cassettes/token_refresh.json
tests/data/cassettes/usersearch_live_search.json
tests/data/cassettes/userstats_batch.json
tests/data/cassettes/userstats_batch_by_scid.json
tests/data/cassettes/userstats_by_scid.json
tests/data/cassettes/userstats_by_scid_with_metadata.json
xbox/webapi/__init__.py
xbox/webapi/api/__init__.py
xbox/webapi/api/client.py
xbox/webapi/api/language.py
xbox/webapi/api/provider/__init__.py
xbox/webapi/api/provider/achievements.py
xbox/webapi/api/provider/baseprovider.py
xbox/webapi/api/provider/cqs.py
xbox/webapi/api/provider/eds.py
xbox/webapi/api/provider/gameclips.py
xbox/webapi/api/provider/lists.py
xbox/webapi/api/provider/message.py
xbox/webapi/api/provider/people.py
xbox/webapi/api/provider/presence.py
xbox/webapi/api/provider/profile.py
xbox/webapi/api/provider/screenshots.py
xbox/webapi/api/provider/titlehub.py
xbox/webapi/api/provider/usersearch.py
xbox/webapi/api/provider/userstats.py
xbox/webapi/authentication/__init__.py
xbox/webapi/authentication/manager.py
xbox/webapi/authentication/token.py
xbox/webapi/authentication/two_factor.py
xbox/webapi/common/__init__.py
xbox/webapi/common/enum.py
xbox/webapi/common/exceptions.py
xbox/webapi/common/userinfo.py
xbox/webapi/scripts/__init__.py
xbox/webapi/scripts/authenticate.py
xbox/webapi/scripts/browserauth.py
xbox/webapi/scripts/search.py
xbox/webapi/scripts/tui.py
xbox_webapi.egg-info/PKG-INFO
xbox_webapi.egg-info/SOURCES.txt
xbox_webapi.egg-info/dependency_links.txt
xbox_webapi.egg-info/entry_points.txt
xbox_webapi.egg-info/namespace_packages.txt
xbox_webapi.egg-info/not-zip-safe
xbox_webapi.egg-info/requires.txt
xbox_webapi.egg-info/top_level.txt