From a2accbf56bb99fc535704738da537c16d6119539 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Sun, 8 Oct 2023 06:18:53 -0400 Subject: [PATCH] Readded api source --- src/CSharp-CODAPI/.editorconfig | 4 + src/CSharp-CODAPI/.gitignore | 398 ++++++++ src/CSharp-CODAPI/ALT.cs | 11 + src/CSharp-CODAPI/CODAPI.cs | 31 + src/CSharp-CODAPI/CSharp-CODAPI.csproj | 44 + src/CSharp-CODAPI/CSharp-CODAPI.sln | 30 + src/CSharp-CODAPI/CW.cs | 53 ++ src/CSharp-CODAPI/Helpers.cs | 37 + src/CSharp-CODAPI/Http.cs | 68 ++ src/CSharp-CODAPI/LICENSE | 21 + src/CSharp-CODAPI/MW.cs | 53 ++ src/CSharp-CODAPI/MW2.cs | 53 ++ .../Properties/launchSettings.json | 8 + src/CSharp-CODAPI/README.md | 24 + src/CSharp-CODAPI/SHOP.cs | 21 + src/CSharp-CODAPI/Types.cs | 33 + src/CSharp-CODAPI/USER.cs | 39 + src/CSharp-CODAPI/VG.cs | 53 ++ src/CSharp-CODAPI/WZ.cs | 41 + src/Node-CallOfDuty/.gitignore | 5 + src/Node-CallOfDuty/.gitmodules | 3 + src/Node-CallOfDuty/.npmignore | 1 + src/Node-CallOfDuty/CODE_OF_CONDUCT.md | 76 ++ src/Node-CallOfDuty/CONTRIBUTING.md | 90 ++ src/Node-CallOfDuty/LICENCE | 21 + src/Node-CallOfDuty/README.md | 31 + src/Node-CallOfDuty/logo.png | Bin 0 -> 4484 bytes src/Node-CallOfDuty/package.json | 60 ++ src/Node-CallOfDuty/src/index.ts | 591 ++++++++++++ src/Node-CallOfDuty/tsconfig.json | 22 + src/cod-python-api/CODE_OF_CONDUCT.md | 128 +++ src/cod-python-api/CONTRIBUTING.rst | 65 ++ src/cod-python-api/LICENSE | 674 +++++++++++++ src/cod-python-api/README.rst | 891 ++++++++++++++++++ src/cod-python-api/cod_api/__init__.py | 719 ++++++++++++++ src/cod-python-api/reuirements_dev.txt | 8 + src/cod-python-api/setup.cfg | 19 + src/cod-python-api/setup.py | 9 + src/cod_api-2.0.1-py3-none-any.whl | Bin 0 -> 22391 bytes src/cod_api-2.0.1.tar | Bin 0 -> 26360 bytes 40 files changed, 4435 insertions(+) create mode 100644 src/CSharp-CODAPI/.editorconfig create mode 100644 src/CSharp-CODAPI/.gitignore create mode 100644 src/CSharp-CODAPI/ALT.cs create mode 100644 src/CSharp-CODAPI/CODAPI.cs create mode 100644 src/CSharp-CODAPI/CSharp-CODAPI.csproj create mode 100644 src/CSharp-CODAPI/CSharp-CODAPI.sln create mode 100644 src/CSharp-CODAPI/CW.cs create mode 100644 src/CSharp-CODAPI/Helpers.cs create mode 100644 src/CSharp-CODAPI/Http.cs create mode 100644 src/CSharp-CODAPI/LICENSE create mode 100644 src/CSharp-CODAPI/MW.cs create mode 100644 src/CSharp-CODAPI/MW2.cs create mode 100644 src/CSharp-CODAPI/Properties/launchSettings.json create mode 100644 src/CSharp-CODAPI/README.md create mode 100644 src/CSharp-CODAPI/SHOP.cs create mode 100644 src/CSharp-CODAPI/Types.cs create mode 100644 src/CSharp-CODAPI/USER.cs create mode 100644 src/CSharp-CODAPI/VG.cs create mode 100644 src/CSharp-CODAPI/WZ.cs create mode 100644 src/Node-CallOfDuty/.gitignore create mode 100644 src/Node-CallOfDuty/.gitmodules create mode 100644 src/Node-CallOfDuty/.npmignore create mode 100644 src/Node-CallOfDuty/CODE_OF_CONDUCT.md create mode 100644 src/Node-CallOfDuty/CONTRIBUTING.md create mode 100644 src/Node-CallOfDuty/LICENCE create mode 100644 src/Node-CallOfDuty/README.md create mode 100644 src/Node-CallOfDuty/logo.png create mode 100644 src/Node-CallOfDuty/package.json create mode 100644 src/Node-CallOfDuty/src/index.ts create mode 100644 src/Node-CallOfDuty/tsconfig.json create mode 100644 src/cod-python-api/CODE_OF_CONDUCT.md create mode 100644 src/cod-python-api/CONTRIBUTING.rst create mode 100644 src/cod-python-api/LICENSE create mode 100644 src/cod-python-api/README.rst create mode 100644 src/cod-python-api/cod_api/__init__.py create mode 100644 src/cod-python-api/reuirements_dev.txt create mode 100644 src/cod-python-api/setup.cfg create mode 100644 src/cod-python-api/setup.py create mode 100644 src/cod_api-2.0.1-py3-none-any.whl create mode 100644 src/cod_api-2.0.1.tar diff --git a/src/CSharp-CODAPI/.editorconfig b/src/CSharp-CODAPI/.editorconfig new file mode 100644 index 0000000..abb819f --- /dev/null +++ b/src/CSharp-CODAPI/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# IDE1006: Naming Styles +dotnet_diagnostic.IDE1006.severity = none diff --git a/src/CSharp-CODAPI/.gitignore b/src/CSharp-CODAPI/.gitignore new file mode 100644 index 0000000..8a30d25 --- /dev/null +++ b/src/CSharp-CODAPI/.gitignore @@ -0,0 +1,398 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml diff --git a/src/CSharp-CODAPI/ALT.cs b/src/CSharp-CODAPI/ALT.cs new file mode 100644 index 0000000..3692186 --- /dev/null +++ b/src/CSharp-CODAPI/ALT.cs @@ -0,0 +1,11 @@ +namespace CSharp_CODAPI +{ + public class ALT + { + public async Task search(string gamertag, Platforms platform) + { + (gamertag, var platformStr, _) = Helpers.mapGamertagToPlatform(gamertag, platform, true); + return await Http.sendRequest($"/crm/cod/v2/platform/{platformStr}/username/{gamertag}/search"); + } + } +} diff --git a/src/CSharp-CODAPI/CODAPI.cs b/src/CSharp-CODAPI/CODAPI.cs new file mode 100644 index 0000000..404d46b --- /dev/null +++ b/src/CSharp-CODAPI/CODAPI.cs @@ -0,0 +1,31 @@ +namespace CSharp_CODAPI +{ + public static class CODAPI + { + public static bool login(string ssoToken) => Http.login(ssoToken); + + private static MW modernWarfare = new(); + public static MW ModernWarfare { get => modernWarfare; set => modernWarfare = value; } + + private static MW2 modernWarfare2 = new(); + public static MW2 ModernWarfare2 { get => modernWarfare2; set => modernWarfare2 = value; } + + private static WZ warzone = new(); + public static WZ Warzone { get => warzone; set => warzone = value; } + + private static CW coldWar = new(); + public static CW ColdWar { get => coldWar; set => coldWar = value; } + + private static VG vanguard = new(); + public static VG Vanguard { get => vanguard; set => vanguard = value; } + + private static SHOP store = new(); + public static SHOP Store { get => store; set => store = value; } + + private static USER me = new(); + public static USER Me { get => me; set => me = value; } + + private static ALT misc = new(); + public static ALT Misc { get => misc; set => misc = value; } + } +} diff --git a/src/CSharp-CODAPI/CSharp-CODAPI.csproj b/src/CSharp-CODAPI/CSharp-CODAPI.csproj new file mode 100644 index 0000000..1c6f69f --- /dev/null +++ b/src/CSharp-CODAPI/CSharp-CODAPI.csproj @@ -0,0 +1,44 @@ + + + + net6.0 + CSharp_CODAPI + enable + enable + True + Call of Duty API + Liam Gaskell + API wrapper for the call of duty API + https://codapi.dev + android-chrome-512x512.png + README.md + https://github.com/Lierrmm/CSharp-CODAPI + cod,call of duty, api, c#, vanguard, modern warfare, black ops, warzone, cold war + en + True + symbols.nupkg + 1.0.2 + 1.0.2 + $(AssemblyVersion) + + + + + True + \ + + + + + + + + + + + True + \ + + + + diff --git a/src/CSharp-CODAPI/CSharp-CODAPI.sln b/src/CSharp-CODAPI/CSharp-CODAPI.sln new file mode 100644 index 0000000..c6db21c --- /dev/null +++ b/src/CSharp-CODAPI/CSharp-CODAPI.sln @@ -0,0 +1,30 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32929.385 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharp-CODAPI", "CSharp-CODAPI.csproj", "{0ACCF325-BE2F-4837-A17E-8D7FD6556F3D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE246F73-36EC-44C9-8CFB-99E2381FD87E}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0ACCF325-BE2F-4837-A17E-8D7FD6556F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ACCF325-BE2F-4837-A17E-8D7FD6556F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ACCF325-BE2F-4837-A17E-8D7FD6556F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ACCF325-BE2F-4837-A17E-8D7FD6556F3D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {750FF877-B5B2-4F52-A57C-5992143FFFB0} + EndGlobalSection +EndGlobal diff --git a/src/CSharp-CODAPI/CW.cs b/src/CSharp-CODAPI/CW.cs new file mode 100644 index 0000000..8809635 --- /dev/null +++ b/src/CSharp-CODAPI/CW.cs @@ -0,0 +1,53 @@ +namespace CSharp_CODAPI +{ + public class CW + { + public async Task fullData(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/stats/cod/v1/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/profile/type/mp"); + } + + public async Task combatHistory(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0/details"); + } + + public async Task combatHistory(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}/details"); + } + + public async Task breakdown(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0"); + } + + public async Task breakdown(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}"); + } + + public async Task seasonLoot(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/loot/title/cw/platform/{platformStr}/{lookupType}/{gamertag}/status/en"); + } + + public async Task mapList(Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/ce/v1/title/cw/platform/${platformStr}/gameType/mp/communityMapData/availability"); + } + + public async Task matchInfo(string matchId, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/crm/cod/v2/title/cw/platform/{platformStr}/fullMatch/mp/{matchId}/en"); + } + } +} diff --git a/src/CSharp-CODAPI/Helpers.cs b/src/CSharp-CODAPI/Helpers.cs new file mode 100644 index 0000000..6314b33 --- /dev/null +++ b/src/CSharp-CODAPI/Helpers.cs @@ -0,0 +1,37 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Reflection; +using System.Runtime.Serialization; +using System.Text; +using System.Threading.Tasks; +using System.Web; + +namespace CSharp_CODAPI +{ + public class Helpers + { + public static string? GetEnumMemberValue(T value) where T : struct, IConvertible + { + return typeof(T).GetTypeInfo().DeclaredMembers.SingleOrDefault(x => x.Name == value.ToString()) + ?.GetCustomAttribute(false) + ?.Value ?? string.Empty; + } + + public static (string, string, string) mapGamertagToPlatform(string gamertag, Platforms platform, bool steamSupport = false) + { + var lookupType = "gamer"; + + if (!steamSupport && platform.Equals(Platforms.Steam)) throw new Exception(generics.STEAM_UNSUPPORTED); + + if (platform == Platforms.Battlenet || platform == Platforms.Activision || platform == Platforms.Uno) + if (gamertag.Length > 0) gamertag = HttpUtility.UrlEncode(gamertag); + + if (platform.Equals(Platforms.Uno)) lookupType = "id"; + if (platform.Equals(Platforms.Uno) || platform.Equals(Platforms.Activision)) + platform = Platforms.Uno; + + return (gamertag, GetEnumMemberValue(platform)?.ToLower() ?? "uno", lookupType); + } + } +} diff --git a/src/CSharp-CODAPI/Http.cs b/src/CSharp-CODAPI/Http.cs new file mode 100644 index 0000000..8e03dd3 --- /dev/null +++ b/src/CSharp-CODAPI/Http.cs @@ -0,0 +1,68 @@ +using Newtonsoft.Json; +using RestSharp; + +namespace CSharp_CODAPI +{ + public static class Http + { + private static readonly RestClient apiClient = new("https://my.callofduty.com"); + private const string apiPath = "/api/papi-client"; + private const string baseCookie = "new_SiteId=cod;ACT_SSO_LOCALE=en_US;country=US;"; + public static string globalSsoToken = string.Empty; + + public static async Task sendRequest(string uri) + { + var requestUrl = $"{apiPath}{uri}"; + + Console.WriteLine(requestUrl); + + var request = new RestRequest + { + Method = Method.Get, + Resource = requestUrl, + }; + + var response = await apiClient.ExecuteAsync(request); + + if (response.IsSuccessStatusCode && response.Content != null) + { + var responseBody = JsonConvert.DeserializeObject(response.Content); + + return responseBody; + } + else throw new Exception(response.ErrorMessage ?? "Something went wrong"); + } + + public static bool login(string ssoToken) + { + if (ssoToken == null || ssoToken.Length == 0) return false; + + var fakeXSRF = "68e8b62e-1d9d-4ce1-b93f-cbe5ff31a041"; + + var defaultParams = apiClient.DefaultParameters; + + foreach (var parameter in defaultParams.ToList()) + { + apiClient.DefaultParameters.RemoveParameter(parameter); + } + + apiClient.AddDefaultHeaders(new Dictionary + { + { "X-XSRF-TOKEN", fakeXSRF }, + { "X-CSRF-TOKEN", fakeXSRF }, + { "Atvi-Auth", ssoToken }, + { "ACT_SSO_COOKIE", ssoToken }, + { "atkn", ssoToken } + }); + + apiClient.AddDefaultHeader("cookie", $"{baseCookie}ACT_SSO_COOKIE={ssoToken};XSRF-TOKEN={fakeXSRF};API_CSRF_TOKEN={fakeXSRF};ACT_SSO_EVENT=\"LOGIN_SUCCESS:1644346543228\";ACT_SSO_COOKIE_EXPIRY=1645556143194;comid=cod;ssoDevId=63025d09c69f47dfa2b8d5520b5b73e4;tfa_enrollment_seen=true;gtm.custom.bot.flag=human;"); + + apiClient.AddDefaultHeader("Content-Type", "application/json"); + + apiClient.AddDefaultHeader("user-agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"); + + globalSsoToken = ssoToken; + return true; + } + } +} diff --git a/src/CSharp-CODAPI/LICENSE b/src/CSharp-CODAPI/LICENSE new file mode 100644 index 0000000..ad62aee --- /dev/null +++ b/src/CSharp-CODAPI/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Liam + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/src/CSharp-CODAPI/MW.cs b/src/CSharp-CODAPI/MW.cs new file mode 100644 index 0000000..15b5fc7 --- /dev/null +++ b/src/CSharp-CODAPI/MW.cs @@ -0,0 +1,53 @@ +namespace CSharp_CODAPI +{ + public class MW + { + public async Task fullData(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/stats/cod/v1/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/profile/type/mp"); + } + + public async Task combatHistory(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0/details"); + } + + public async Task combatHistory(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}/details"); + } + + public async Task breakdown(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0"); + } + + public async Task breakdown(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}"); + } + + public async Task seasonLoot(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/loot/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/status/en"); + } + + public async Task mapList(Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/ce/v1/title/mw/platform/${platformStr}/gameType/mp/communityMapData/availability"); + } + + public async Task matchInfo(string matchId, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/fullMatch/mp/{matchId}/en"); + } + } +} diff --git a/src/CSharp-CODAPI/MW2.cs b/src/CSharp-CODAPI/MW2.cs new file mode 100644 index 0000000..bb46e82 --- /dev/null +++ b/src/CSharp-CODAPI/MW2.cs @@ -0,0 +1,53 @@ +namespace CSharp_CODAPI +{ + public class MW2 + { + public async Task fullData(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/stats/cod/v1/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/profile/type/mp"); + } + + public async Task combatHistory(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0/details"); + } + + public async Task combatHistory(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}/details"); + } + + public async Task breakdown(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0"); + } + + public async Task breakdown(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}"); + } + + public async Task seasonLoot(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/loot/title/mw2/platform/{platformStr}/{lookupType}/{gamertag}/status/en"); + } + + public async Task mapList(Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/ce/v1/title/mw2/platform/${platformStr}/gameType/mp/communityMapData/availability"); + } + + public async Task matchInfo(string matchId, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw2/platform/{platformStr}/fullMatch/mp/{matchId}/en"); + } + } +} diff --git a/src/CSharp-CODAPI/Properties/launchSettings.json b/src/CSharp-CODAPI/Properties/launchSettings.json new file mode 100644 index 0000000..2a58480 --- /dev/null +++ b/src/CSharp-CODAPI/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "CSharp-CODAPI": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/src/CSharp-CODAPI/README.md b/src/CSharp-CODAPI/README.md new file mode 100644 index 0000000..a2b7f45 --- /dev/null +++ b/src/CSharp-CODAPI/README.md @@ -0,0 +1,24 @@ +[![https://www.github.com/sponsors/lierrmm](https://img.shields.io/badge/github-donate-teal.svg)](https://www.github.com/sponsors/lierrmm) +[![https://www.paypal.me/liammm](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/liammm) +[![https://www.nuget.org/packages/CSharp-CODAPI](https://img.shields.io/nuget/v/CSharp-CODAPI)](https://www.nuget.org/packages/CSharp-CODAPI) + +# Call Of Duty API Wrapper + +Call of Duty Api is a promised based wrapper for the "private" API that Activision use on the callofduty.com website. + +This wrapper is written in C# and is publicly available on nuget. + +# Discord + +Join the discord: [here](https://discord.gg/NuUpvzC) + +# Website +https://codapi.dev + +# Documentation +You can find documentation [here](https://docs.codapi.dev/). + +# Libraries + +[node-callofduty](https://github.com/lierrmm/node-callofduty) - NodeJS implementation of the wrapper +[cod-python-api](https://github.com/TodoLodo/cod-python-api) - Python implementation of the wrapper written by Engineer15 & TodoLodo \ No newline at end of file diff --git a/src/CSharp-CODAPI/SHOP.cs b/src/CSharp-CODAPI/SHOP.cs new file mode 100644 index 0000000..604bc06 --- /dev/null +++ b/src/CSharp-CODAPI/SHOP.cs @@ -0,0 +1,21 @@ +namespace CSharp_CODAPI +{ + public class SHOP + { + public async Task purchasableItems(string gameId) + { + return await Http.sendRequest($"/inventory/v1/title/{gameId}/platform/psn/purchasable/public/en"); + } + + public async Task bundleInformation(string title, string bundleId) + { + return await Http.sendRequest($"/inventory/v1/title/{title}/bundle/{bundleId}/en"); + } + + public async Task battlePassLoot(long season, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform, true); + return await Http.sendRequest($"/loot/title/mw/platform/{platformStr}/list/loot_season_{season}/en"); + } + } +} diff --git a/src/CSharp-CODAPI/Types.cs b/src/CSharp-CODAPI/Types.cs new file mode 100644 index 0000000..c27f617 --- /dev/null +++ b/src/CSharp-CODAPI/Types.cs @@ -0,0 +1,33 @@ +using System.Runtime.Serialization; + +namespace CSharp_CODAPI +{ + public class generics + { + public const string STEAM_UNSUPPORTED = "Steam platform not supported by this game. Try `battle` instead."; + } + + public class BaseAPIResponse + { + public string? status { get; set; } + public object? data { get; set; } + } + + public enum Platforms : int + { + [EnumMember(Value = "all")] + All, + [EnumMember(Value = "acti")] + Activision, + [EnumMember(Value = "battle")] + Battlenet, + [EnumMember(Value = "psn")] + PSN, + [EnumMember(Value = "steam")] + Steam, + [EnumMember(Value = "uno")] + Uno, + [EnumMember(Value = "xbl")] + XBOX + } +} diff --git a/src/CSharp-CODAPI/USER.cs b/src/CSharp-CODAPI/USER.cs new file mode 100644 index 0000000..e950cbf --- /dev/null +++ b/src/CSharp-CODAPI/USER.cs @@ -0,0 +1,39 @@ +namespace CSharp_CODAPI +{ + public class USER + { + public async Task friendFeed(string gamertag, Platforms platform) + { + (gamertag, var platformStr, _) = Helpers.mapGamertagToPlatform(gamertag, platform, true); + return await Http.sendRequest($"/userfeed/v1/friendFeed/platform/{platformStr}/gamer/{gamertag}/friendFeedEvents/en"); + } + + public async Task eventFeed() + { + return await Http.sendRequest($"/userfeed/v1/friendFeed/rendered/en/{Http.globalSsoToken}"); + } + + public async Task loggedInIdentities() + { + return await Http.sendRequest($"/crm/cod/v2/identities/{Http.globalSsoToken}"); + } + + public async Task codPoints(string gamertag, Platforms platform) + { + (gamertag, var platformStr, _) = Helpers.mapGamertagToPlatform(gamertag, platform, true); + return await Http.sendRequest($"/inventory/v1/title/mw/platform/{platformStr}/gamer/{gamertag}/currency"); + } + + public async Task connectedAccounts(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform, true); + return await Http.sendRequest($"/crm/cod/v2/accounts/platform/{platformStr}/{lookupType}/{gamertag}"); + } + + public async Task settings(string gamertag, Platforms platform) + { + (gamertag, var platformStr, _) = Helpers.mapGamertagToPlatform(gamertag, platform, true); + return await Http.sendRequest($"/preferences/v1/platform/{platformStr}/gamer/{gamertag}/list"); + } + } +} diff --git a/src/CSharp-CODAPI/VG.cs b/src/CSharp-CODAPI/VG.cs new file mode 100644 index 0000000..3ad8cf9 --- /dev/null +++ b/src/CSharp-CODAPI/VG.cs @@ -0,0 +1,53 @@ +namespace CSharp_CODAPI +{ + public class VG + { + public async Task fullData(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/stats/cod/v1/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/profile/type/mp"); + } + + public async Task combatHistory(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0/details"); + } + + public async Task combatHistory(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}/details"); + } + + public async Task breakdown(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/0/end/0"); + } + + public async Task breakdown(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/matches/mp/start/{startTime}/end/{endTime}"); + } + + public async Task seasonLoot(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/loot/title/vg/platform/{platformStr}/{lookupType}/{gamertag}/status/en"); + } + + public async Task mapList(Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/ce/v1/title/vg/platform/${platformStr}/gameType/mp/communityMapData/availability"); + } + + public async Task matchInfo(string matchId, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/crm/cod/v2/title/vg/platform/{platformStr}/fullMatch/mp/{matchId}/en"); + } + } +} diff --git a/src/CSharp-CODAPI/WZ.cs b/src/CSharp-CODAPI/WZ.cs new file mode 100644 index 0000000..a70ceab --- /dev/null +++ b/src/CSharp-CODAPI/WZ.cs @@ -0,0 +1,41 @@ +namespace CSharp_CODAPI +{ + public class WZ + { + public async Task fullData(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/stats/cod/v1/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/profile/type/wz"); + } + + public async Task combatHistory(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/wz/start/0/end/0/details"); + } + + public async Task combatHistory(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/wz/start/{startTime}/end/{endTime}/details"); + } + + public async Task breakdown(string gamertag, Platforms platform) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/wz/start/0/end/0"); + } + + public async Task breakdown(string gamertag, Platforms platform, long startTime, long endTime) + { + (gamertag, var platformStr, var lookupType) = Helpers.mapGamertagToPlatform(gamertag, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/{lookupType}/{gamertag}/matches/wz/start/{startTime}/end/{endTime}"); + } + + public async Task matchInfo(string matchId, Platforms platform) + { + (_, var platformStr, _) = Helpers.mapGamertagToPlatform(string.Empty, platform); + return await Http.sendRequest($"/crm/cod/v2/title/mw/platform/{platformStr}/fullMatch/mp/{matchId}/en"); + } + } +} diff --git a/src/Node-CallOfDuty/.gitignore b/src/Node-CallOfDuty/.gitignore new file mode 100644 index 0000000..9d23035 --- /dev/null +++ b/src/Node-CallOfDuty/.gitignore @@ -0,0 +1,5 @@ +/node_modules +/package-lock.json +/?.?s +/dist +/test.mjs \ No newline at end of file diff --git a/src/Node-CallOfDuty/.gitmodules b/src/Node-CallOfDuty/.gitmodules new file mode 100644 index 0000000..566cb60 --- /dev/null +++ b/src/Node-CallOfDuty/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/wz-data"] + path = src/wz-data + url = https://github.com/Engineer152/wz-data diff --git a/src/Node-CallOfDuty/.npmignore b/src/Node-CallOfDuty/.npmignore new file mode 100644 index 0000000..912cd4e --- /dev/null +++ b/src/Node-CallOfDuty/.npmignore @@ -0,0 +1 @@ +/test.mjs \ No newline at end of file diff --git a/src/Node-CallOfDuty/CODE_OF_CONDUCT.md b/src/Node-CallOfDuty/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..d48954b --- /dev/null +++ b/src/Node-CallOfDuty/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at lierrmm@gmail.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq \ No newline at end of file diff --git a/src/Node-CallOfDuty/CONTRIBUTING.md b/src/Node-CallOfDuty/CONTRIBUTING.md new file mode 100644 index 0000000..0fc545a --- /dev/null +++ b/src/Node-CallOfDuty/CONTRIBUTING.md @@ -0,0 +1,90 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, +email, or any other method with the owners of this repository before making a change. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a + build. +2. Update the README.md with details of changes to the interface, this includes new environment + variables, exposed ports, useful file locations and container parameters. +3. Increase the version numbers in any examples files and the README.md to the new version that this + Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). + +## Code of Conduct + +### Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of experience, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +### Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or +advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +### Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +### Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +### Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at lierrmm@gmail.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +### Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/src/Node-CallOfDuty/LICENCE b/src/Node-CallOfDuty/LICENCE new file mode 100644 index 0000000..c167c45 --- /dev/null +++ b/src/Node-CallOfDuty/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Liam Gaskell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/src/Node-CallOfDuty/README.md b/src/Node-CallOfDuty/README.md new file mode 100644 index 0000000..5e667c8 --- /dev/null +++ b/src/Node-CallOfDuty/README.md @@ -0,0 +1,31 @@ +[![npm version](https://badge.fury.io/js/call-of-duty-api.svg)](https://www.npmjs.com/package/call-of-duty-api) +[![https://www.github.com/sponsors/lierrmm](https://img.shields.io/badge/github-donate-teal.svg)](https://www.github.com/sponsors/lierrmm) +[![https://www.paypal.me/liammm](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/liammm) + +![https://npmjs.org/package/call-of-duty-api](https://github.com/Lierrmm/Node-CallOfDuty/blob/master/logo.png?raw=true) + +# Call Of Duty API Wrapper + +Call of Duty Api is a promised based wrapper for the "private" API that Activision use on the [Call Of Duty](https://callofduty.com) website. + +This wrapper is written in NodeJS and is publicly available on [npm](https://npmjs.org/package/call-of-duty-api). + +# Discord + +Join the discord: [here](https://discord.gg/NuUpvzC) + +# Website + +https://codapi.dev + +# Documentation + +You can find documentation [here](https://docs.codapi.dev/). + +# Other Languages + +[CSharp-CODAPI](https://github.com/Lierrmm/CSharp-CODAPI) - C# nuget package maintained by myself + +[Flutter-CODAPI](https://pub.dev/packages/cod_api) - Flutter package maintained by myself + +[cod-python-api](https://github.com/TodoLodo/cod-python-api) - Python implementation of the wrapper written by Engineer15 & TodoLodo diff --git a/src/Node-CallOfDuty/logo.png b/src/Node-CallOfDuty/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..dc176ec0946493017f697c06391a278c64c177c5 GIT binary patch literal 4484 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 W0-pIUHB12j0000 debugMode = true; + +const disableDebugMode = () => debugMode = false; + +const sendRequest = async (url: string) => { + try { + if (!loggedIn) throw new Error("Not Logged In."); + let requestUrl = `${baseUrl}${apiPath}${url}`; + + if (debugMode) console.log(`[DEBUG]`, `Request Uri: ${requestUrl}`); + if (debugMode) console.time("Round Trip"); + + const { body, statusCode } = await request(requestUrl, { + headers: baseHeaders + }); + + if (debugMode) console.timeEnd("Round Trip"); + + if (statusCode >= 500) + throw new Error(`Received status code: '${statusCode}'. Route may be down or not exist.`); + + let response = await body.json(); + + if (debugMode) + console.log(`[DEBUG]`, `Body Size: ${JSON.stringify(response).length} bytes.`); + + return response; + } + catch (exception: unknown) { + throw exception; + } +}; + +const sendPostRequest = async (url: string, data: string) => { + try { + if (!loggedIn) throw new Error("Not Logged In."); + let requestUrl = `${baseUrl}${apiPath}${url}`; + const { body, statusCode } = await request(requestUrl, { + method: 'POST', + headers: basePostHeaders, + body: data + }); + + if (statusCode >= 500) + throw new Error(`Received status code: '${statusCode}'. Route may be down or not exist.`); + + let response = await body.json(); + + return response; + } + catch (exception: unknown) { + throw exception; + } +}; + +const cleanClientName = (gamertag: string): string => { + return encodeURIComponent(gamertag); +} + +const login = (ssoToken: string): boolean => { + if (!ssoToken || ssoToken.trim().length <= 0) return false; + let fakeXSRF = "68e8b62e-1d9d-4ce1-b93f-cbe5ff31a041"; + baseHeaders["X-XSRF-TOKEN"] = fakeXSRF; + baseHeaders["X-CSRF-TOKEN"] = fakeXSRF; + baseHeaders["Atvi-Auth"] = ssoToken; + baseHeaders["ACT_SSO_COOKIE"] = ssoToken; + baseHeaders["atkn"] = ssoToken; + baseHeaders["cookie"] = `${baseCookie}ACT_SSO_COOKIE=${ssoToken};XSRF-TOKEN=${fakeXSRF};API_CSRF_TOKEN=${fakeXSRF};ACT_SSO_EVENT="LOGIN_SUCCESS:1644346543228";ACT_SSO_COOKIE_EXPIRY=1645556143194;comid=cod;ssoDevId=63025d09c69f47dfa2b8d5520b5b73e4;tfa_enrollment_seen=true;gtm.custom.bot.flag=human;`; + baseSsoToken = ssoToken; + basePostHeaders["X-XSRF-TOKEN"] = fakeXSRF; + basePostHeaders["X-CSRF-TOKEN"] = fakeXSRF; + basePostHeaders["Atvi-Auth"] = ssoToken; + basePostHeaders["ACT_SSO_COOKIE"] = ssoToken; + basePostHeaders["atkn"] = ssoToken; + basePostHeaders["cookie"] = `${baseCookie}ACT_SSO_COOKIE=${ssoToken};XSRF-TOKEN=${fakeXSRF};API_CSRF_TOKEN=${fakeXSRF};ACT_SSO_EVENT="LOGIN_SUCCESS:1644346543228";ACT_SSO_COOKIE_EXPIRY=1645556143194;comid=cod;ssoDevId=63025d09c69f47dfa2b8d5520b5b73e4;tfa_enrollment_seen=true;gtm.custom.bot.flag=human;`; + loggedIn = true; + return loggedIn; +}; + +const handleLookupType = (platform: platforms) => { + return platform === platforms.Uno ? 'id' : 'gamer'; +}; + +const checkForValidPlatform = (platform: platforms, gamertag?: string) => { + if (!Object.values(platforms).includes(platform as unknown as platforms)) + throw new Error(`Platform '${platform}' is not valid.\nTry one of the following:\n${JSON.stringify(Object.values(platforms), null, 2)}`); + + if (gamertag && isNaN(Number(gamertag)) && platform === platforms.Uno) + throw new Error(generics.UNO_NO_NUMERICAL_ID); +}; + +const mapGamertagToPlatform = (gamertag: string, platform: platforms, steamSupport: boolean = false) => { + checkForValidPlatform(platform, gamertag); + + const lookupType = handleLookupType(platform); + + if (!steamSupport && platform === platforms.Steam) throw new Error(generics.STEAM_UNSUPPORTED); + + if (platform == platforms.Battlenet || platform == platforms.Activision || platform == platforms.Uno) + if (gamertag && gamertag.length > 0) gamertag = cleanClientName(gamertag); + + if (platform === platforms.Uno || platform === platforms.Activision) + platform = platforms.Uno; + + return { gamertag, _platform: platform as platforms, lookupType }; +}; + +class Endpoints { + + game: games | undefined; + gamertag: string| undefined; + platform: platforms| undefined; + lookupType: string | undefined; + mode: string | undefined; + + constructor(game?: games, gamertag?: string, platform?: platforms, mode?: string, lookupType?: string) { + this.game = game; + this.gamertag = gamertag; + this.platform = platform; + this.lookupType = lookupType; + this.mode = mode; + } + + fullData = () => `/stats/cod/v1/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/profile/type/${this.mode}`; + combatHistory = () => `/crm/cod/v2/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/matches/${this.mode}/start/0/end/0/details`; + combatHistoryWithDate = (startTime: number, endTime: number) => `/crm/cod/v2/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/matches/${this.mode}/start/${startTime}/end/${endTime}/details`; + breakdown = () => `/crm/cod/v2/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/matches/${this.mode}/start/0/end/0`; + breakdownWithDate = (startTime: number, endTime: number) => `/crm/cod/v2/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/matches/${this.mode}/start/${startTime}/end/${endTime}`; + matchInfo = (matchId: string) => `/crm/cod/v2/title/${this.game}/platform/${this.platform}/fullMatch/wz/${matchId}/en`; + seasonLoot = () => `/loot/title/${this.game}/platform/${this.platform}/${this.lookupType}/${this.gamertag}/status/en`; + mapList = () => `/ce/v1/title/${this.game}/platform/${this.platform}/gameType/${this.mode}/communityMapData/availability`; + purchasableItems = (gameId: string) => `/inventory/v1/title/${gameId}/platform/psn/purchasable/public/en`; + bundleInformation = (gameId: string, bundleId: string) => `/inventory/v1/title/${gameId}/bundle/${bundleId}/en`; + battlePassLoot = (season: number) => `/loot/title/${this.game}/platform/${this.platform}/list/loot_season_${season}/en`; + friendFeed = () => `/userfeed/v1/friendFeed/platform/${this.platform}/${this.lookupType}/${this.gamertag}/friendFeedEvents/en`; + eventFeed = () => `/userfeed/v1/friendFeed/rendered/en/${baseSsoToken}`; + loggedInIdentities = () => `/crm/cod/v2/identities/${baseSsoToken}`; + codPoints = () => `/inventory/v1/title/mw/platform/${this.platform}/${this.lookupType}/${this.gamertag}/currency`; + connectedAccounts = () => `/crm/cod/v2/accounts/platform/${this.platform}/${this.lookupType}/${this.gamertag}`; + settings = () => `/preferences/v1/platform/${this.platform}/${this.lookupType}/${this.gamertag}/list`; + friendAction = (action: friendActions) => `/codfriends/v1/${action}/${this.platform}/${this.lookupType}/${this.gamertag}`; + search = () => `/crm/cod/v2/platform/${this.platform}/username/${this.gamertag}/search`; +} + +class WZ { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Warzone, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; + + cleanGameMode = async (mode: string): Promise => { + //@ts-ignore + const foundMode: string = wzMappings["modes"][mode]; + if (!foundMode) + return mode; + return foundMode; + } +} + +class MW { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; + + seasonloot = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.seasonLoot()); + }; + + mapList = async (platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ModernWarfare, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.mapList()); + }; + +} + +class MW2 { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + seasonloot = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.seasonLoot()); + }; + + mapList = async (platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.mapList()); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform, true); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; +} + +class WZ2 { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ModernWarfare2, gamertag, platform, modes.Warzone2, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; +} + +class CW { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + seasonloot = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.seasonLoot()); + }; + + mapList = async (platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.mapList()); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.ColdWar, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; +} + +class VG { + fullData = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.fullData()); + }; + + combatHistory = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistory()); + }; + + combatHistoryWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.combatHistoryWithDate(startTime, endTime)); + }; + + breakdown = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdown()); + }; + + breakdownWithDate = async (gamertag: string, startTime: number, endTime: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.breakdownWithDate(startTime, endTime)); + }; + + seasonloot = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.seasonLoot()); + }; + + mapList = async (platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.mapList()); + }; + + matchInfo = async (matchId: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(games.Vanguard, gamertag, platform, modes.Multiplayer, lookupType); + return await sendRequest(endpoint.matchInfo(matchId)); + }; +} + +class SHOP { + purchasableItems = async (gameId: string) => { + const endpoint = new Endpoints(games.NULL, "", platforms.NULL, modes.NULL, ""); + return await sendRequest(endpoint.purchasableItems(gameId)); + }; + + bundleInformation = async(title: string, bundleId: string) => { + const endpoint = new Endpoints(games.NULL, "", platforms.NULL, modes.NULL, ""); + return await sendRequest(endpoint.bundleInformation(title, bundleId)); + }; + + battlePassLoot = async (title: games, season: number, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform("", platform); + const endpoint = new Endpoints(title, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.battlePassLoot(season)); + }; +} + +class USER { + friendFeed = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.friendFeed()); + }; + + eventFeed = async() => { + const endpoint = new Endpoints(games.NULL, "", platforms.NULL, modes.NULL, ""); + return await sendRequest(endpoint.eventFeed()); + }; + + loggedInIdentities = async () => { + const endpoint = new Endpoints(games.NULL, "", platforms.NULL, modes.NULL, ""); + return await sendRequest(endpoint.loggedInIdentities()); + }; + + codPoints = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.codPoints()); + }; + + connectedAccounts = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.connectedAccounts()); + }; + + settings = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.settings()); + }; + + friendAction = async (gamertag: string, platform: platforms, action: friendActions) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendPostRequest(endpoint.friendAction(action), "{}"); + }; +} + +class ALT { + search = async (gamertag: string, platform: platforms) => { + var { gamertag , _platform: platform, lookupType } = mapGamertagToPlatform(gamertag, platform, true); + const endpoint = new Endpoints(games.NULL, gamertag, platform, modes.NULL, lookupType); + return await sendRequest(endpoint.search()); + } + + cleanWeapon = async (weapon: string): Promise => { + //@ts-ignore + const foundWeapon: string = weaponMappings["All Weapons"][weapon]; + if (!foundWeapon) + return weapon; + return foundWeapon; + } +} + +const Warzone = new WZ(); +const ModernWarfare = new MW(); +const ModernWarfare2 = new MW2(); +const Warzone2 = new WZ2(); +const ColdWar = new CW(); +const Vanguard = new VG(); +const Store = new SHOP(); +const Me = new USER(); +const Misc = new ALT(); + +export { login, platforms, friendActions, Warzone, ModernWarfare, ModernWarfare2, Warzone2, ColdWar, Vanguard, Store, Me, Misc, enableDebugMode, disableDebugMode }; \ No newline at end of file diff --git a/src/Node-CallOfDuty/tsconfig.json b/src/Node-CallOfDuty/tsconfig.json new file mode 100644 index 0000000..b40a483 --- /dev/null +++ b/src/Node-CallOfDuty/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "strict": true, + "forceConsistentCasingInFileNames": true, + "importHelpers": true, + "resolveJsonModule": true, + "module": "CommonJS", + "target": "es2015", + "esModuleInterop": true, + "lib": ["esnext"], + "outDir": "dist", + "sourceMap": true, + "declaration": true, + "skipLibCheck": true, + "typeRoots": [ + "./@types", + "./node_modules/@types" + ] + }, + "include": ["src/**/*"], + "exclude": ["node_modules"] +} \ No newline at end of file diff --git a/src/cod-python-api/CODE_OF_CONDUCT.md b/src/cod-python-api/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..69ece55 --- /dev/null +++ b/src/cod-python-api/CODE_OF_CONDUCT.md @@ -0,0 +1,128 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity +and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our +community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +* Focusing on what is best not just for us as individuals, but for the + overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or + advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email + address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for moderation +decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail address, +posting via an official social media account, or acting as an appointed +representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +me@todolodo.xyz. +All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series +of actions. + +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or +permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within +the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by [Mozilla's code of conduct +enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. diff --git a/src/cod-python-api/CONTRIBUTING.rst b/src/cod-python-api/CONTRIBUTING.rst new file mode 100644 index 0000000..4531d04 --- /dev/null +++ b/src/cod-python-api/CONTRIBUTING.rst @@ -0,0 +1,65 @@ +Contributing to Transcriptase +============================= +We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's: + +- Reporting a bug +- Discussing the current state of the code +- Submitting a fix +- Proposing new features +- Becoming a maintainer + +We Develop with Github +---------------------- +We use github to host code, to track issues and feature requests, as well as accept pull requests. + +We Use `Github Flow `_, So All Code Changes Happen Through Pull Requests +-------------------------------------------------------------------------------------------------------------------------------- +Pull requests are the best way to propose changes to the codebase (we use `Github Flow `_). We actively welcome your pull requests: + +1. Fork the repo and create your branch from `main`. +2. If you've added code that should be tested, add tests. +3. If you've changed APIs, update the documentation. +4. Ensure the test suite passes. +5. Make sure your code lints. +6. Issue that pull request! + +Any contributions you make will be under the GNU General Public License (`GPL `_) +------------------------------------------------------------------------------------------------------------------------------- +In short, when you submit code changes, your submissions are understood to be under the same GPL-3.0 license that covers the project. Feel free to contact the maintainers if that's a concern. + +Report bugs using Github's `issues `_ +-------------------------------------------------------------------------------------------- +We use GitHub issues to track public bugs. Report a bug by `opening a new issue `_ + +Write bug reports with detail, background, and sample code +---------------------------------------------------------- +**Great Bug Reports** tend to have: + +- A quick summary and/or background +- Steps to reproduce + - Be specific! + - Give sample code if you can. +- What you expected would happen +- What actually happens +- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work) + +People *love* thorough bug reports. I'm not even kidding. + +Use a Consistent Coding Style +----------------------------- + +* 4 spaces or tabs for indentation +* Use reasonable and understandable variable names +* Use proper error handling +* Add comments where necessary +* You can try running `pylint example.py` for style unification + +License +------- +By contributing, you agree that your contributions will be licensed under its GPL-3.0 license. + +---------------------------------------------------------------------------------------------------------------------------------------------------------------- + +References +---------- +This document was adapted from a gist by `briandk `_ diff --git a/src/cod-python-api/LICENSE b/src/cod-python-api/LICENSE new file mode 100644 index 0000000..0e27290 --- /dev/null +++ b/src/cod-python-api/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (__C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (__C) 2022 Todo Lodo + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + cod-api Copyright (__C) 2022 Todo Lodo & Engineer15 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/src/cod-python-api/README.rst b/src/cod-python-api/README.rst new file mode 100644 index 0000000..94eb087 --- /dev/null +++ b/src/cod-python-api/README.rst @@ -0,0 +1,891 @@ +=================== +**cod-python-api** +=================== + +.. meta:: + :description: Call Of Duty API Library for python with the implementation of both public and private API used by activision on callofduty.com + :key: CallOfDuty API, CallOfDuty python API, CallOfDuty python + +.. image:: https://github.com/TodoLodo/cod-python-api/actions/workflows/codeql-analysis.yml/badge.svg?branch=main + :target: https://github.com/TodoLodo/cod-python-api.git + +.. image:: https://img.shields.io/endpoint?url=https://cod-python-api.todolodo.xyz/stats?q=version + :target: https://badge.fury.io/py/cod-api + +.. image:: https://img.shields.io/endpoint?url=https://cod-python-api.todolodo.xyz/stats?q=downloads + :target: https://badge.fury.io/gh/TodoLodo2089%2Fcod-python-api + +------------------------------------------------------------------------------------------------------------------------ + +**Call Of Duty API Library** for **python** with the implementation of both public and private API used by activision on +callofduty.com + +==== +Devs +==== +* `Todo Lodo`_ +* `Engineer15`_ + +.. _Todo Lodo: https://todolodo.xyz +.. _Engineer15: https://github.com/Engineer152 + +============ +Contributors +============ +* `Werseter`_ + +.. _Werseter: https://github.com/Werseter + +=============== +Partnered Code +=============== +`Node-CallOfDuty`_ by: `Lierrmm`_ + +.. _Node-CallOfDuty: https://github.com/Lierrmm/Node-CallOfDuty +.. _Lierrmm: https://github.com/Lierrmm + +============= +Documentation +============= +This package can be used directly as a python file or as a python library. + +Installation +============ + +Install cod-api library using `pip`_: + +.. code-block:: bash + + pip install -U cod-api + +.. _pip: https://pip.pypa.io/en/stable/getting-started/ + +Usage +===== + +Initiation +---------- + +Import module with its classes: + +.. code-block:: python + + from cod_api import API + + api = API() + + +.. _`logged in`: + +Login with your sso token: + +.. code-block:: python + + api.login('Your sso token') + +Your sso token can be found by longing in at `callofduty`_, opening dev tools (ctr+shift+I), going to Applications > +Storage > Cookies > https://callofduty.com, filter to search 'ACT_SSO_COOKIE' and copy the value. + +.. _callofduty: https://my.callofduty.com/ + +Game/Other sub classes +---------------------- + +Following importation and initiation of the class ``API``, its associated subclasses can be called by +``API.subClassName``. + +Below are the available sub classes: + ++-------------------+----------+ +| sub class | category | ++===================+==========+ +|* `ColdWar`_ | game | ++-------------------+----------+ +|* `ModernWarfare`_ | game | ++-------------------+----------+ +|* `ModernWarfare2`_| game | ++-------------------+----------+ +|* `Vanguard`_ | game | ++-------------------+----------+ +|* `Warzone`_ | game | ++-------------------+----------+ +|* `Warzone2`_ | game | ++-------------------+----------+ +|* `Me`_ | other | ++-------------------+----------+ +|* `Shop`_ | other | ++-------------------+----------+ +|* `Misc`_ | other | ++-------------------+----------+ + + + +For a detailed description, ``__doc__`` (docstring) of each sub class can be called as shown below: + +.. _`ColdWar`: + +``ColdWar``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.ColdWar.__doc__) + +.. _`ModernWarfare`: + +``ModernWarfare``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.ModernWarfare.__doc__) + +.. _`ModernWarfare2`: + +``ModernWarfare2``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.ModernWarfare2.__doc__) + +.. _`Vanguard`: + +``Vanguard``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Vanguard.__doc__) + +.. _`Warzone`: + +``Warzone``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Warzone.__doc__) + +.. _`Warzone2`: + +``Warzone2``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Warzone2.__doc__) + +.. _`Me`: + +``Me``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Me.__doc__) + +.. _`Shop`: + +``Shop``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Shop.__doc__) + + +.. _`Misc`: + +``Misc``: + +.. code-block:: python + + from cod_api import API + + api = API() + + # print out the docstring + print(api.Misc.__doc__) + +Full Profile History +-------------------- + +Any sub class of ``API`` that is of game category, has methods to check a player's combat history. +Note that before calling any sub class methods of ``API`` you must be `logged in`_. +Main method is ``fullData()`` and ``fullDataAsync()`` which is available for ``ColdWar``, ``ModernWarfare``, +``ModernWarfare2``, ``Vanguard``, ``Warzone`` and ``Warzone2`` classes. + +Here's an example for retrieving **Warzone** full profile history of a player whose gamer tag is **Username#1234** on platform +**Battlenet**: + +.. code-block:: python + + from cod_api import API, platforms + import asyncio + + ## sync + # initiating the API class + api = API() + + # login in with sso token + api.login('your_sso_token') + + # retrieving combat history + profile = api.Warzone.fullData(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(profile) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving combat history + profile = await api.Warzone.fullDataAsync(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(profile) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + + +Combat History +-------------- + +Main methods are ``combatHistory()`` and ``combatHistoryWithDate()`` for sync environments and ``combatHistoryAsync()`` +and ``combatHistoryWithDateAsync()`` for async environments which are available for all ``ColdWar``, ``ModernWarfare``, +``ModernWarfare2``, ``Vanguard``, ``Warzone`` and ``Warzone2`` classes. + +The ``combatHistory()`` and ``combatHistoryAsync()`` takes 2 input parameters which are ``platform`` and ``gamertag`` of +type `cod_api.platforms`_ and string respectively. + +Here's an example for retrieving **Warzone** combat history of a player whose gamer tag is **Username#1234** on platform +**Battlenet**: + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving combat history + hist = api.Warzone.combatHistory(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(hist) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving combat history + hist = await api.Warzone.combatHistoryAsync(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(hist) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +The ``combatHistoryWithDate()`` and ``combatHistoryWithDateAsync()`` takes 4 input parameters which are ``platform``, +``gamertag``, ``start`` and ``end`` of type `cod_api.platforms`_, string, int and int respectively. + +``start`` and ``end`` parameters are utc timestamps in microseconds. + +Here's an example for retrieving **ModernWarfare** combat history of a player whose gamer tag is **Username#1234567** on +platform **Activision** with in the timestamps **1657919309** (Friday, 15 July 2022 21:08:29) and **1657949309** +(Saturday, 16 July 2022 05:28:29): + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving combat history + hist = api.Warzone.combatHistoryWithDate(platforms.Activision, "Username#1234567", 1657919309, 1657949309) # returns data of type dict + + # printing results to console + print(hist) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving combat history + hist = await api.Warzone.combatHistoryWithDateAsync(platforms.Battlenet, "Username#1234", 1657919309, 1657949309) # returns data of type dict + + # printing results to console + print(hist) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +Additionally the methods ``breakdown()`` and ``breakdownWithDate()`` for sync environments and ``breakdownAsync()`` and +``breakdownWithDateAsync()`` for async environments, can be used to retrieve combat history without details, where only +the platform played on, game title, UTC timestamp, type ID, match ID and map ID is returned for every match. These +methods are available for all ``ColdWar``, ``ModernWarfare``, ``ModernWarfare2``, ``Vanguard``, ``Warzone`` and +``Warzone2`` classes. + +The ``breakdown()`` and `breakdownAsync()`` takes 2 input parameters which are ``platform`` and ``gamertag`` of type +`cod_api.platforms`_ and string respectively. + +Here's an example for retrieving **Warzone** combat history breakdown of a player whose gamer tag is **Username#1234** +on platform **Battlenet**: + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving combat history breakdown + hist_b = api.Warzone.breakdown(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(hist_b) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving combat history breakdown + hist_b = await api.Warzone.breakdownAsync(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(hist_b) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +The ``breakdownWithDate()`` and ``breakdownWithDateAsync()`` takes 4 input parameters which are ``platform``, +``gamertag``, ``start`` and ``end`` of type `cod_api.platforms`_, string, int and int respectively. + +``start`` and ``end`` parameters are utc timestamps in microseconds. + +Here's an example for retrieving **ModernWarfare** combat history breakdown of a player whose gamer tag is +**Username#1234567** on platform **Activision** with in the timestamps **1657919309** (Friday, 15 July 2022 21:08:29) +and **1657949309** (Saturday, 16 July 2022 05:28:29): + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving combat history breakdown + hist_b = api.Warzone.breakdownWithDate(platforms.Activision, "Username#1234567", 1657919309, 1657949309) # returns data of type dict + + # printing results to console + print(hist_b) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving combat history breakdown + hist_b = await api.Warzone.breakdownWithDateAsync(platforms.Activision, "Username#1234567", 1657919309, 1657949309) # returns data of type dict + + # printing results to console + print(hist_b) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +Match Details +------------- + +To retrieve details of a specific match, the method ``matchInfo()`` for sync environments and ``matchInfoAsync()`` for +async environments can be used. These methods are available for all ``ColdWar``, ``ModernWarfare``, ``ModernWarfare2``, +``Vanguard``, ``Warzone`` and ``Warzone2`` classes. Details returned by this method contains additional data than that +of details returned by the **combat history** methods for a single match. + +The ``matchInfo()`` and ``matchInfoAsync()`` takes 2 input parameters which are ``platform`` and ``matchId`` of type +`cod_api.platforms`_ and integer respectively. + +*Optionally the match ID can be retrieved during your gameplay where it will be visible on bottom left corner* + +Here's an example for retrieving **Warzone** match details of a match where its id is **9484583876389482453** +on platform **Battlenet**: + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving match details + details = api.Warzone.matchInfo(platforms.Battlenet, 9484583876389482453) # returns data of type dict + + # printing results to console + print(details) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving match details + details = await api.Warzone.matchInfoAsync(platforms.Battlenet, 9484583876389482453) # returns data of type dict + + # printing results to console + print(details) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +Season Loot +----------- + +Using the ``seasonLoot()`` for sync environments and ``seasonLootAsync()`` for async environments, player's obtained +season loot can be retrieved for a specific game and this method is available for ``ColdWar``, ``ModernWarfare``, +``ModernWarfare2`` and ``Vanguard`` classes. + +The ``seasonLoot()`` and ``seasonLootAsync()`` takes 2 input parameters which are ``platform`` and ``matchId`` of type +`cod_api.platforms`_ and integer respectively. + +Here's an example for retrieving **ColdWar** season loot obtained by a player whose gamer tag is **Username#1234** on +platform **Battlenet**: + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving season loot + loot = api.ColdWar.seasonLoot(platforms.Battlenet, "Username#1234") # returns data of type dict) + + # printing results to console + print(loot) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving season loot + loot = await api.ColdWar.seasonLootAsync(platforms.Battlenet, "Username#1234") # returns data of type dict + + # printing results to console + print(loot) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +Map List +-------- + +Using the ``mapList()`` for sync environments and ``mapListAsync()`` for async environments, all the maps and its +available modes can be retrieved for a specific game. These methods are available for ``ColdWar``, ``ModernWarfare``, +``ModernWarfare2`` and ``Vanguard`` classes. + +The ``mapList()`` and ``mapListAsync()`` takes 1 input parameters which is ``platform`` of type `cod_api.platforms`_. + +Here's an example for retrieving **Vanguard** map list and available modes respectively on platform PlayStation +(**PSN**): + +.. code-block:: python + + from cod_api import API, platforms + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving maps and respective modes available + maps = api.Vanguard.mapList(platforms.PSN) # returns data of type dict + + # printing results to console + print(maps) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving season loot + maps = await api.Vanguard.mapListAsync(platforms.PSN) # returns data of type dict + + # printing results to console + print(maps) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + + +.. _cod_api.platforms: + +platforms +--------- + +``platforms`` is an enum class available in ``cod_api`` which is used to specify the platform in certain method calls. + +Available ``platforms`` are as follows: + ++----------------------+----------------------------------------+ +|Platform | Remarks | ++======================+========================================+ +|platforms.All | All (no usage till further updates) | ++----------------------+----------------------------------------+ +|platforms.Activision | Activision | ++----------------------+----------------------------------------+ +|platforms.Battlenet | Battlenet | ++----------------------+----------------------------------------+ +|platforms.PSN | PlayStation | ++----------------------+----------------------------------------+ +|platforms.Steam | Steam (no usage till further updates) | ++----------------------+----------------------------------------+ +|platforms.Uno | Uno (activision unique id) | ++----------------------+----------------------------------------+ +|platforms.XBOX | Xbox | ++----------------------+----------------------------------------+ + +``platforms`` can be imported and used as follows: + +.. code-block:: python + + from cod_api import platforms + + platforms.All # All (no usage till further updates) + + platforms.Activision # Activision + + platforms.Battlenet # Battlenet + + platforms.PSN # PlayStation + + platforms.Steam # Steam (no usage till further updates) + + platforms.Uno # Uno (activision unique id) + + platforms.XBOX # Xbox + +User Info +---------- + +Using the ``info()`` method in sub class ``Me`` of ``API`` user information can be retrieved of the sso-token logged in +with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + # login in with sso token + api.login('your_sso_token') + + # retrieving user info + userInfo = api.Me.info() # returns data of type dict + + # printing results to console + print(userInfo) + +User Friend Feed +---------------- + +Using the methods, ``friendFeed()`` for sync environments and ``friendFeedAsync()`` for async environments, in sub class +``Me`` of ``API``, user's friend feed can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user friend feed + friendFeed = api.Me.friendFeed() # returns data of type dict + + # printing results to console + print(friendFeed) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user friend feed + friendFeed = await api.Me.friendFeedAsync() # returns data of type dict + + # printing results to console + print(friendFeed) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +User Event Feed +---------------- + +Using the methods ``eventFeed()`` for sync environments and ``eventFeedAsync()`` for async environments, in sub class +``Me`` of ``API`` user's event feed can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user event feed + eventFeed = api.Me.eventFeed() # returns data of type dict + + # printing results to console + print(eventFeed) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user event feed + eventFeed = await api.Me.eventFeedAsync() # returns data of type dict + + # printing results to console + print(eventFeed) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +User Identities +---------------- + +Using the methods ``loggedInIdentities()`` for sync environments and ``loggedInIdentitiesAsync()`` for async +environments, in sub class ``Me`` of ``API`` user's identities can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user identities + identities = api.Me.loggedInIdentities() # returns data of type dict + + # printing results to console + print(identities) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user identities + identities = await api.Me.loggedInIdentitiesAsync() # returns data of type dict + + # printing results to console + print(identities) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +User COD Points +---------------- + +Using the methods ``codPoints()`` for sync environments and ``codPointsAsync()`` for async environments, in sub class +``Me`` of ``API`` user's cod points can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user cod points + cp = api.Me.codPoints() # returns data of type dict + + # printing results to console + print(cp) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user cod points + cp = await api.Me.codPointsAsync() # returns data of type dict + + # printing results to console + print(cp) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +User Accounts +---------------- + +Using the methods ``connectedAccounts()`` for sync environments and ``connectedAccountsAsync()`` for async environments, +in sub class ``Me`` of ``API`` user's connected accounts can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user connected accounts + accounts = api.Me.connectedAccounts() # returns data of type dict + + # printing results to console + print(accounts) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user connected accounts + accounts = await api.Me.connectedAccountsAsync() # returns data of type dict + + # printing results to console + print(accounts) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +User settings +---------------- + +Using the methods ``settings()`` for sync environments and ``settingsAsync()`` for async environments, in sub class +``Me`` of ``API`` user's settings can be retrieved of the sso-token logged in with + +.. code-block:: python + + from cod_api import API + + # initiating the API class + api = API() + + ## sync + # login in with sso token + api.login('your_sso_token') + + # retrieving user settings + settings = api.Me.settings() # returns data of type dict + + # printing results to console + print(settings) + + ## async + # in an async function + async def example(): + # login in with sso token + await api.loginAsync('your_sso_token') + + # retrieving user settings + settings = await api.Me.settingsAsync() # returns data of type dict + + # printing results to console + print(settings) + + # CALL THE example FUNCTION IN AN ASYNC ENVIRONMENT + +------------------------------------------------------------------------------------------------------------------------------- + +Donate +====== + +* `Donate Todo Lodo`_ +* `Donate Engineer152`_ +* `Donate Werseter`_ + +.. _Donate Todo Lodo: https://www.buymeacoffee.com/todolodo2089 +.. _Donate Engineer152: https://www.paypal.com/paypalme/engineer15 +.. _Donate Werseter: https://paypal.me/werseter diff --git a/src/cod-python-api/cod_api/__init__.py b/src/cod-python-api/cod_api/__init__.py new file mode 100644 index 0000000..e2302f2 --- /dev/null +++ b/src/cod-python-api/cod_api/__init__.py @@ -0,0 +1,719 @@ +__version__ = "2.0.1" + +# Imports +import asyncio +import enum +import json +import uuid +from abc import abstractmethod +from datetime import datetime +from urllib.parse import quote + +import aiohttp +import requests +from aiohttp import ClientResponseError + + +# Enums + +class platforms(enum.Enum): + All = 'all' + Activision = 'acti' + Battlenet = 'battle' + PSN = 'psn' + Steam = 'steam' + Uno = 'uno' + XBOX = 'xbl' + + +class games(enum.Enum): + ColdWar = 'cw' + ModernWarfare = 'mw' + ModernWarfare2 = 'mw2' + Vanguard = 'vg' + Warzone = 'wz' + Warzone2 = 'wz2' + + +class friendActions(enum.Enum): + Invite = "invite" + Uninvite = "uninvite" + Remove = "remove" + Block = "block" + Unblock = "unblock" + + +class API: + """ + Call Of Duty API Wrapper + + Developed by Todo Lodo & Engineer152 + + Contributors + - Werseter + + Source Code: https://github.com/TodoLodo/cod-python-api + """ + def __init__(self): + # sub classes + self.Warzone = self.__WZ() + self.ModernWarfare = self.__MW() + self.Warzone2 = self.__WZ2() + self.ModernWarfare2 = self.__MW2() + self.ColdWar = self.__CW() + self.Vanguard = self.__VG() + self.Shop = self.__SHOP() + self.Me = self.__USER() + self.Misc = self.__ALT() + + async def loginAsync(self, sso_token: str) -> None: + await API._Common.loginAsync(sso_token) + + # Login + def login(self, ssoToken: str): + API._Common.login(ssoToken) + + class _Common: + requestHeaders = { + "content-type": "application/json", + "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " + "AppleWebKit/537.36 (KHTML, like Gecko) " + "Chrome/74.0.3729.169 " + "Safari/537.36", + "Accept": "application/json", + "Connection": "Keep-Alive" + } + cookies = {"new_SiteId": "cod", "ACT_SSO_LOCALE": "en_US", "country": "US", + "ACT_SSO_COOKIE_EXPIRY": "1645556143194"} + cachedMappings = None + + fakeXSRF = str(uuid.uuid4()) + baseUrl: str = "https://my.callofduty.com/api/papi-client" + loggedIn: bool = False + + # endPoints + + # game platform lookupType gamertag type + fullDataUrl = "/stats/cod/v1/title/%s/platform/%s/%s/%s/profile/type/%s" + # game platform lookupType gamertag type start end [?limit=n or ''] + combatHistoryUrl = "/crm/cod/v2/title/%s/platform/%s/%s/%s/matches/%s/start/%d/end/%d/details" + # game platform lookupType gamertag type start end + breakdownUrl = "/crm/cod/v2/title/%s/platform/%s/%s/%s/matches/%s/start/%d/end/%d" + # game platform lookupType gamertag + seasonLootUrl = "/loot/title/%s/platform/%s/%s/%s/status/en" + # game platform + mapListUrl = "/ce/v1/title/%s/platform/%s/gameType/mp/communityMapData/availability" + # game platform type matchId + matchInfoUrl = "/crm/cod/v2/title/%s/platform/%s/fullMatch/%s/%d/en" + + @staticmethod + async def loginAsync(sso_token: str) -> None: + API._Common.cookies["ACT_SSO_COOKIE"] = sso_token + API._Common.baseSsoToken = sso_token + r = await API._Common.__Request(f"{API._Common.baseUrl}/crm/cod/v2/identities/{sso_token}") + if r['status'] == 'success': + API._Common.loggedIn = True + else: + raise InvalidToken(sso_token) + + @staticmethod + def login(sso_token: str) -> None: + API._Common.cookies["ACT_SSO_COOKIE"] = sso_token + API._Common.baseSsoToken = sso_token + + r = requests.get(f"{API._Common.baseUrl}/crm/cod/v2/identities/{sso_token}", + headers=API._Common.requestHeaders, cookies=API._Common.cookies) + + if r.json()['status'] == 'success': + API._Common.loggedIn = True + API._Common.cookies.update(r.cookies) + else: + raise InvalidToken(sso_token) + + @staticmethod + def sso_token() -> str: + return API._Common.cookies["ACT_SSO_COOKIE"] + + # Requests + + @staticmethod + async def __Request(url): + async with aiohttp.client.ClientSession(connector=aiohttp.TCPConnector(verify_ssl=True), + timeout=aiohttp.ClientTimeout(total=30)) as session: + try: + async with session.get(url, cookies=API._Common.cookies, + headers=API._Common.requestHeaders) as resp: + try: + resp.raise_for_status() + except ClientResponseError as err: + return {'status': 'error', 'data': {'type': type(err), 'message': err.message}} + else: + API._Common.cookies.update({c.key: c.value for c in session.cookie_jar}) + return await resp.json() + except asyncio.TimeoutError as err: + return {'status': 'error', 'data': {'type': type(err), 'message': str(err)}} + + async def __sendRequest(self, url: str): + if self.loggedIn: + response = await API._Common.__Request(f"{self.baseUrl}{url}") + if response['status'] == 'success': + response['data'] = await self.__perform_mapping(response['data']) + return response + else: + raise NotLoggedIn + + # client name url formatter + def __cleanClientName(self, gamertag): + return quote(gamertag.encode("utf-8")) + + # helper + def __helper(self, platform, gamertag): + lookUpType = "gamer" + if platform == platforms.Uno: + lookUpType = "id" + if platform == platforms.Activision: + platform = platforms.Uno + if platform not in [platforms.Activision, platforms.Battlenet, platforms.Uno, platforms.All, platforms.PSN, + platforms.XBOX]: + raise InvalidPlatform(platform) + else: + gamertag = self.__cleanClientName(gamertag) + return lookUpType, gamertag, platform + + async def __get_mappings(self): + if API._Common.cachedMappings is None: + API._Common.cachedMappings = ( + await API._Common.__Request('https://engineer152.github.io/wz-data/weapon-ids.json'), + await API._Common.__Request('https://engineer152.github.io/wz-data/game-modes.json'), + await API._Common.__Request('https://engineer152.github.io/wz-data/perks.json')) + return API._Common.cachedMappings + + # mapping + async def __perform_mapping(self, data): + guns, modes, perks = await self.__get_mappings() + if not isinstance(data, list) or 'matches' not in data: + return data + try: + for match in data['matches']: + # time stamps + try: + match['utcStartDateTime'] = datetime.fromtimestamp( + match['utcStartSeconds']).strftime("%A, %B %d, %Y, %I:%M:%S") + match['utcEndDateTime'] = datetime.fromtimestamp( + match['utcEndSeconds']).strftime("%A, %B %d, %Y, %I:%M:%S") + except KeyError: + pass + + # loadouts list + for loadout in match['player']['loadouts']: + # weapons + if loadout['primaryWeapon']['label'] is None: + try: + loadout['primaryWeapon']['label'] = guns[loadout['primaryWeapon']['name']] + except KeyError: + pass + if loadout['secondaryWeapon']['label'] is None: + try: + loadout['secondaryWeapon']['label'] = guns[loadout['secondaryWeapon']['name']] + except KeyError: + pass + + # perks list + for perk in loadout['perks']: + if perk['label'] is None: + try: + perk['label'] = perks[perk['name']] + except KeyError: + pass + + # extra perks list + for perk in loadout['extraPerks']: + if perk['label'] is None: + try: + perk['label'] = perks[perk['name']] + except KeyError: + pass + + # loadout list + for loadout in match['player']['loadout']: + if loadout['primaryWeapon']['label'] is None: + try: + loadout['primaryWeapon']['label'] = guns[loadout['primaryWeapon']['name']] + except KeyError: + pass + if loadout['secondaryWeapon']['label'] is None: + try: + loadout['secondaryWeapon']['label'] = guns[loadout['secondaryWeapon']['name']] + except KeyError: + pass + + # perks list + for perk in loadout['perks']: + if perk['label'] is None: + try: + perk['label'] = perks[perk['name']] + except KeyError: + pass + + # extra perks list + for perk in loadout['extraPerks']: + if perk['label'] is None: + try: + perk['label'] = perks[perk['name']] + except KeyError: + pass + except KeyError: + pass + + # return mapped or unmapped data + return data + + # API Requests + async def _fullDataReq(self, game, platform, gamertag, type): + lookUpType, gamertag, platform = self.__helper(platform, gamertag) + return await self.__sendRequest(self.fullDataUrl % (game, platform.value, lookUpType, gamertag, type)) + + async def _combatHistoryReq(self, game, platform, gamertag, type, start, end): + lookUpType, gamertag, platform = self.__helper(platform, gamertag) + return await self.__sendRequest( + self.combatHistoryUrl % (game, platform.value, lookUpType, gamertag, type, start, end)) + + async def _breakdownReq(self, game, platform, gamertag, type, start, end): + lookUpType, gamertag, platform = self.__helper(platform, gamertag) + return await self.__sendRequest( + self.breakdownUrl % (game, platform.value, lookUpType, gamertag, type, start, end)) + + async def _seasonLootReq(self, game, platform, gamertag): + lookUpType, gamertag, platform = self.__helper(platform, gamertag) + return await self.__sendRequest(self.seasonLootUrl % (game, platform.value, lookUpType, gamertag)) + + async def _mapListReq(self, game, platform): + return await self.__sendRequest(self.mapListUrl % (game, platform.value)) + + async def _matchInfoReq(self, game, platform, type, matchId): + return await self.__sendRequest(self.matchInfoUrl % (game, platform.value, type, matchId)) + + class __GameDataCommons(_Common): + """ + Methods + ======= + Sync + ---- + fullData(platform:platforms, gamertag:str) + returns player's game data of type dict + + combatHistory(platform:platforms, gamertag:str) + returns player's combat history of type dict + + combatHistoryWithDate(platform:platforms, gamertag:str, start:int, end:int) + returns player's combat history within the specified timeline of type dict + + breakdown(platform:platforms, gamertag:str) + returns player's combat history breakdown of type dict + + breakdownWithDate(platform:platforms, gamertag:str, start:int, end:int) + returns player's combat history breakdown within the specified timeline of type dict + + seasonLoot(platform:platforms, gamertag:str) + returns player's season loot + + mapList(platform:platforms) + returns available maps and available modes for each + + matchInfo(platform:platforms, matchId:int) + returns details match details of type dict + + Async + ---- + fullDataAsync(platform:platforms, gamertag:str) + returns player's game data of type dict + + combatHistoryAsync(platform:platforms, gamertag:str) + returns player's combat history of type dict + + combatHistoryWithDateAsync(platform:platforms, gamertag:str, start:int, end:int) + returns player's combat history within the specified timeline of type dict + + breakdownAsync(platform:platforms, gamertag:str) + returns player's combat history breakdown of type dict + + breakdownWithDateAsync(platform:platforms, gamertag:str, start:int, end:int) + returns player's combat history breakdown within the specified timeline of type dict + + seasonLootAsync(platform:platforms, gamertag:str) + returns player's season loot + + mapListAsync(platform:platforms) + returns available maps and available modes for each + + matchInfoAsync(platform:platforms, matchId:int) + returns details match details of type dict + """ + + def __init_subclass__(cls, **kwargs): + cls.__doc__ = cls.__doc__ + super(cls, cls).__doc__ + + @property + @abstractmethod + def _game(self) -> str: + raise NotImplementedError + + @property + @abstractmethod + def _type(self) -> str: + raise NotImplementedError + + async def fullDataAsync(self, platform: platforms, gamertag: str): + data = await self._fullDataReq(self._game, platform, gamertag, self._type) + return data + + def fullData(self, platform: platforms, gamertag: str): + return asyncio.run(self.fullDataAsync(platform, gamertag)) + + async def combatHistoryAsync(self, platform: platforms, gamertag: str): + data = await self._combatHistoryReq(self._game, platform, gamertag, self._type, 0, 0) + return data + + def combatHistory(self, platform: platforms, gamertag: str): + return asyncio.run(self.combatHistoryAsync(platform, gamertag)) + + async def combatHistoryWithDateAsync(self, platform, gamertag: str, start: int, end: int): + data = await self._combatHistoryReq(self._game, platform, gamertag, self._type, start, end) + return data + + def combatHistoryWithDate(self, platform, gamertag: str, start: int, end: int): + return asyncio.run(self.combatHistoryWithDateAsync(platform, gamertag, start, end)) + + async def breakdownAsync(self, platform, gamertag: str): + data = await self._breakdownReq(self._game, platform, gamertag, self._type, 0, 0) + return data + + def breakdown(self, platform, gamertag: str): + return asyncio.run(self.breakdownAsync(platform, gamertag)) + + async def breakdownWithDateAsync(self, platform, gamertag: str, start: int, end: int): + data = await self._breakdownReq(self._game, platform, gamertag, self._type, start, end) + return data + + def breakdownWithDate(self, platform, gamertag: str, start: int, end: int): + return asyncio.run(self.breakdownWithDateAsync(platform, gamertag, start, end)) + + async def matchInfoAsync(self, platform, matchId: int): + data = await self._matchInfoReq(self._game, platform, self._type, matchId) + return data + + def matchInfo(self, platform, matchId: int): + return asyncio.run(self.matchInfoAsync(platform, matchId)) + + async def seasonLootAsync(self, platform, gamertag): + data = await self._seasonLootReq(self._game, platform, gamertag) + return data + + def seasonLoot(self, platform, gamertag): + return asyncio.run(self.seasonLootAsync(platform, gamertag)) + + async def mapListAsync(self, platform): + data = await self._mapListReq(self._game, platform) + return data + + def mapList(self, platform): + return asyncio.run(self.mapListAsync(platform)) + # WZ + + class __WZ(__GameDataCommons): + """ + Warzone class: A class to get players warzone stats, warzone combat history and specific warzone match details + classCategory: game + gameId/gameTitle: mw or wz + gameType: wz + + """ + + @property + def _game(self) -> str: + return "mw" + + @property + def _type(self) -> str: + return "wz" + + async def seasonLootAsync(self, platform, gamertag): + raise InvalidEndpoint + + async def mapListAsync(self, platform): + raise InvalidEndpoint + + # WZ2 + + class __WZ2(__GameDataCommons): + """ + Warzone 2 class: A class to get players warzone 2 stats, warzone 2 combat history and specific warzone 2 match details + classCategory: game + gameId/gameTitle: mw or wz + gameType: wz2 + + """ + + @property + def _game(self) -> str: + return "mw2" + + @property + def _type(self) -> str: + return "wz2" + + async def seasonLootAsync(self, platform, gamertag): + raise InvalidEndpoint + + async def mapListAsync(self, platform): + raise InvalidEndpoint + + # MW + + class __MW(__GameDataCommons): + """ + ModernWarfare class: A class to get players modernwarfare stats, modernwarfare combat history, a player's modernwarfare season loot, modernwarfare map list and specific modernwarfare match details + classCategory: game + gameId/gameTitle: mw + gameType: mp + + """ + + @property + def _game(self) -> str: + return "mw" + + @property + def _type(self) -> str: + return "mp" + + # CW + + class __CW(__GameDataCommons): + """ + ColdWar class: A class to get players coldwar stats, coldwar combat history, a player's coldwar season loot, coldwar map list and specific coldwar match details + classCategory: game + gameId/gameTitle: cw + gameType: mp + + """ + @property + def _game(self) -> str: + return "cw" + + @property + def _type(self) -> str: + return "mp" + + # VG + + class __VG(__GameDataCommons): + """ + Vanguard class: A class to get players vanguard stats, vanguard combat history, a player's vanguard season loot, vanguard map list and specific vanguard match details + classCategory: game + gameId/gameTitle: vg + gameType: pm + + """ + + @property + def _game(self) -> str: + return "vg" + + @property + def _type(self) -> str: + return "mp" + + # MW2 + + class __MW2(__GameDataCommons): + """ + ModernWarfare 2 class: A class to get players modernwarfare 2 stats, modernwarfare 2 combat history, a player's modernwarfare 2 season loot, modernwarfare 2 map list and specific modernwarfare 2 match details + classCategory: game + gameId/gameTitle: mw + gameType: mp + + """ + + @property + def _game(self) -> str: + return "mw2" + + @property + def _type(self) -> str: + return "mp" + + # USER + class __USER(_Common): + def info(self): + if self.loggedIn: + rawData = requests.get(f"https://profile.callofduty.com/cod/userInfo/{self.sso_token()}", + headers=API._Common.requestHeaders) + rawData = json.loads(rawData.text.replace( + 'userInfo(', '').replace(');', '')) + + data = {'userName': rawData['userInfo']['userName'], 'identities': []} + for i in rawData['identities']: + data['identities'].append({ + 'platform': i['provider'], + 'gamertag': i['username'], + 'accountID': i['accountID'] + }) + return data + else: + raise NotLoggedIn + + def __priv(self): + d = self.info() + return d['identities'][0]['platform'], quote(d['identities'][0]['gamertag'].encode("utf-8")) + + async def friendFeedAsync(self): + p, g = self.__priv() + data = await self._Common__sendRequest( + f"/userfeed/v1/friendFeed/platform/{p}/gamer/{g}/friendFeedEvents/en") + return data + + def friendFeed(self): + return asyncio.run(self.friendFeedAsync()) + + async def eventFeedAsync(self): + data = await self._Common__sendRequest(f"/userfeed/v1/friendFeed/rendered/en/{self.sso_token()}") + return data + + def eventFeed(self): + return asyncio.run(self.eventFeedAsync()) + + async def loggedInIdentitiesAsync(self): + data = await self._Common__sendRequest(f"/crm/cod/v2/identities/{self.sso_token()}") + return data + + def loggedInIdentities(self): + return asyncio.run(self.loggedInIdentitiesAsync()) + + async def codPointsAsync(self): + p, g = self.__priv() + data = await self._Common__sendRequest(f"/inventory/v1/title/mw/platform/{p}/gamer/{g}/currency") + return data + + def codPoints(self): + return asyncio.run(self.codPointsAsync()) + + async def connectedAccountsAsync(self): + p, g = self.__priv() + data = await self._Common__sendRequest(f"/crm/cod/v2/accounts/platform/{p}/gamer/{g}") + return data + + def connectedAccounts(self): + return asyncio.run(self.connectedAccountsAsync()) + + async def settingsAsync(self): + p, g = self.__priv() + data = await self._Common__sendRequest(f"/preferences/v1/platform/{p}/gamer/{g}/list") + return data + + def settings(self): + return asyncio.run(self.settingsAsync()) + + # SHOP + class __SHOP(_Common): + """ + Shop class: A class to get bundle details and battle pass loot + classCategory: other + + Methods + ======= + Sync + ---- + purchasableItems(game: games) + returns purchasable items for a specific gameId/gameTitle + + bundleInformation(game: games, bundleId: int) + returns bundle details for the specific gameId/gameTitle and bundleId + + battlePassLoot(game: games, platform: platforms, season: int) + returns battle pass loot for specific game and season on given platform + + Async + ---- + purchasableItemsAsync(game: games) + returns purchasable items for a specific gameId/gameTitle + + bundleInformationAsync(game: games, bundleId: int) + returns bundle details for the specific gameId/gameTitle and bundleId + + battlePassLootAsync(game: games, platform: platforms, season: int) + returns battle pass loot for specific game and season on given platform + """ + + async def purchasableItemsAsync(self, game: games): + data = await self._Common__sendRequest(f"/inventory/v1/title/{game.value}/platform/uno/purchasable/public/en") + return data + + def purchasableItems(self, game: games): + return asyncio.run(self.purchasableItemsAsync(game)) + + async def bundleInformationAsync(self, game: games, bundleId: int): + data = await self._Common__sendRequest(f"/inventory/v1/title/{game.value}/bundle/{bundleId}/en") + return data + + def bundleInformation(self, game: games, bundleId: int): + return asyncio.run(self.bundleInformationAsync(game, bundleId)) + + async def battlePassLootAsync(self, game: games, platform: platforms, season: int): + data = await self._Common__sendRequest( + f"/loot/title/{game.value}/platform/{platform.value}/list/loot_season_{season}/en") + return data + + def battlePassLoot(self, game: games, platform: platforms, season: int): + return asyncio.run(self.battlePassLootAsync(game, platform, season)) + + # ALT + class __ALT(_Common): + + async def searchAsync(self, platform, gamertag: str): + lookUpType, gamertag, platform = self._Common__helper(platform, gamertag) + data = await self._Common__sendRequest(f"/crm/cod/v2/platform/{platform.value}/username/{gamertag}/search") + return data + + def search(self, platform, gamertag: str): + return asyncio.run(self.searchAsync(platform, gamertag)) + + +# Exceptions + +class NotLoggedIn(Exception): + def __str__(self): + return "Not logged in!" + + +class InvalidToken(Exception): + def __init__(self, token): + self.token = token + + def __str__(self): + return f"Token is invalid, token: {self.token}" + + +class InvalidPlatform(Exception): + def __init__(self, platform: platforms): + self.message: str + if platform == platforms.Steam: + self.message = "Steam cannot be used till further updates." + else: + self.message = "Invalid platform, use platform class!" + + + super().__init__(self.message) + + def __str__(self): + return self.message + + +class InvalidEndpoint(Exception): + def __str__(self): + return "This endpoint is not available for selected title" + + +class StatusError(Exception): + def __str__(self): + return "Status Error, Check if your sso token is valid or try again later." diff --git a/src/cod-python-api/reuirements_dev.txt b/src/cod-python-api/reuirements_dev.txt new file mode 100644 index 0000000..727dd46 --- /dev/null +++ b/src/cod-python-api/reuirements_dev.txt @@ -0,0 +1,8 @@ +asyncio +datetime +enum34 +requests +twine +urllib3 +uuid +sphinx-tabs \ No newline at end of file diff --git a/src/cod-python-api/setup.cfg b/src/cod-python-api/setup.cfg new file mode 100644 index 0000000..436ed37 --- /dev/null +++ b/src/cod-python-api/setup.cfg @@ -0,0 +1,19 @@ +[metadata] +version = attr: cod_api.__version__ +description-file = README.rst +url = https://codapi.dev/ +project_urls = + Source Code = https://github.com/TodoLodo2089/cod-python-api + Issue Tracker = https://github.com/TodoLodo2089/cod-python-api/issues +license = GPL-3.0 +author = Todo Lodo +author_email = me@todolodo.xyz +maintainer = Engineer15 +maintainer_email = engineergamer15@gmail.com +description = Call Of Duty API. +long_description = file: README.rst +long_description_content_type = text/x-rst +classifiers = + Intended Audience :: Developers + Operating System :: OS Independent + Programming Language :: Python \ No newline at end of file diff --git a/src/cod-python-api/setup.py b/src/cod-python-api/setup.py new file mode 100644 index 0000000..08d7c0a --- /dev/null +++ b/src/cod-python-api/setup.py @@ -0,0 +1,9 @@ +from setuptools import setup + +requirements = ["asyncio", "aiohttp", "datetime", "requests", "uuid", "urllib3", "enum34"] + +setup( + name="cod_api", + packages=['cod_api'], + install_requires=requirements +) diff --git a/src/cod_api-2.0.1-py3-none-any.whl b/src/cod_api-2.0.1-py3-none-any.whl new file mode 100644 index 0000000000000000000000000000000000000000..6af470dfd87dba180cbeec511e1413d72f1923d6 GIT binary patch literal 22391 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 Z{#EfBDu_t`xE|?w?|<%*&$|CO`yYq4h5rBm literal 0 HcmV?d00001 diff --git a/src/cod_api-2.0.1.tar b/src/cod_api-2.0.1.tar new file mode 100644 index 0000000000000000000000000000000000000000..459d94c760c8e2b41518471865c14549c92dac86 GIT binary patch literal 26360 zcmV(#K;*w4iwFog)?Q-*|6^}tUtw@*Eix`JE-@~2VR8WNefwJ*N3v*sJ^feA#ot~Y z5ds9*F*)8{f^ouG3|zo*a`NSaku-=|OEb#M2&`oDzu$WGV_qOI#_RRy%dXL=r@Okk zs=BJWx~jd>Uitfx|Ne)-?+3|OALX;kpSpinSJyY}-}roOwX@dw%6tFSBYY-l<|i=x zS6}9*^Nlyk!cp*I?dj8JYn#uXu0C&fo^>`h*E;H}=JOx_>Bapse;h7%+Ni`K$7FuYzP6L%(6_je}$qW?9hpve@gv0G=Q9y?&TxN!Xoa zfd_57(BTMw41-j8@r9RN!kfde7er~`!D3EEL6o&TXz%qd{b&$I124?5`zX#le>jY< zgMM4p&6qw%N#KvV!vI^IUIvV~0LaK6dPkEkjOOjjh|sU^UBJ9s1o1Gq$P6?WaiUU< z4V+4xT?UEwE{ysqf_@z*@6xs&MBYmAHE$HBnOE`dIPrT~*aJA|WevLNd7It?a% z;=}i#IHD?z2*}4JM2e#M`!Jn&kocqJW$0*xpr;df1(qubMt%sbuse%G#0+*4W~nzx zp(g@%nwZX_~jPvrNsjLQ~4?rCTeu~II zN<`Fmrv#xt$u47p@#lEr_56r>!r!nL!j{ZGg(<`_QNr8HAo8vO5#zvrhu|Ov3_LCT z3Fnst7eSIBZ3E^6=PjggHBMkoFy%@+9eDm;JzlbwET7f{d7!UR2jWU+~p= z727yuY=(!|akT-q9z%znL|znJD}vMF8{stFy^G>&({De z5RgS^j)a+4&{y!@AB~65?@bV-lisD}ctG7{fW0XAmW6~7;%@IEkjai<2lvK)3cp1N z3n3=xh0tLHD5M$rqd*B zg`}epidl6WwQpuMPveTno7dAJ`AgG;DfU24CLsTU_v0Z7ccoV%33z)3;hErGG9^+V zsB_Y#%>#FV{8;?cpvnxI!W!G*lHj*Vm;{1vfUPT5g zB>4<#zzCNDwjER;;4MEB-1I$=!JxaulN6?fI|D<4>QKsN4~s6N4fu+&j69*u!H0Ruvc(1{R?P z=o$DXvZA4jED`s5lLQqE9t`v_MrPcf^fFeBKzjlb?oVJlMx4W2C`>}=0#!(q5NQD5 zUo%~i=0{umBtoo?Gau%Y7p>O;Z+CVv5FvtLjbJ1x67%sTh)9+ZqKySYuQ9Nf1{Frw zlbIPJ@)H0Jo^@eKqbw9Gi!K4UL#7~T@b^9tu-`|r0)|0#i=l$fu0qYMG^BnLySkX* z>Kfuu7IvV8l=dpUTd}w)2zFMgh{MAO;cIyTD(G5lBQmo~01NV7ebW>ROC$CG4?6G!?4HcV1h z_laoYR3v;qrtKM(4r0x#IP5b?!j1;G_xebr2{+aNv8qQHVy)gxyoXazw2Q#v2OwKv z<*$&?patk$0a%;UwrC2h3E+BJaRh>UqNS12;{g|nP?@AWtfK|!p`$ojMp%rcAVeE7YN z2{vAB!*+HNMm!?DKX>ZvF>|b*()wyHS~q-DtA%q%#;}}Yg?kkEFe|g)Ee}Ijf}wvc za-CIb7$|RBDY9%@B3gh1gHeb`0@lRM43sYecL3%dA=(8Sb$m0XPZAJyeX-GiI%So@ zRB7lvZ`X&xqzPMw{XQ&tN?VLK2V3qOw3?F_f^?3SWX>uza{$>CslkSC~Y~D{)q}z-yaj(;g_+WWO^O&9R(}{bnd5@xJ0~RqDZ⪚fq( zf?>dVB-;rouxQ6c3RJ)zYb7G-VcwG=?GFT8h_pT&A|?cIXA_$fm=x*GMH zx@2ErLmb#`MabCp=6W&o1#R%zoS-5I1z_N=$c!nA?Q~DQE77CmXM<$qZhrvmTE=sq z$b_r}-XCdK@WD>OZ}9}!+`-;8$v_eytRus+qu>NM(f~;lb_e)642jy%b_$~lT#bN4 zA`=|RryjMiYXr;yV){MqZSYUfn`GkiK%Q4xNP0$z!(UMm53hXI&~eRN&zgqCY>Py zbor#b^1Ax8FXG0Bx|H(G#seE_hQRQOqXwIS{+goRP3{d=rp5Kd@B?O;W+OY!Rloz# z1JKX{l-r;qPeEvGk9mK=rP?Qb{UAn_Bb`%X6Onenl*i_-ES}FJMxowOp`%e41+-nG z4uKA?3)sqyQH1t|8JXP`W^7At5sh!`43)tmu{kDKx>>0gNxC2eE41NGLS6_(MJA00 z)E4bJ&;m9kVaZsfKB!+SnDw^8kdny;+ff)?%fcAvp%vhJ7v%i1>i|1#%8CID%kCkX zBoF{-(|s1sV-m}DukjUd?4-rUE@K=P2K^u`VyLH45Regzf-!+#6X=5oW33HV0-2sW zXnN{Bf6lQ-=fqTY#SyCo=oA7O2S1N;a-RHK%$6>*vW1c1rgYf-XFw7hySKcBx(AP} zbfL-0~Pb1B~?jVx+kp*%{zkzugq8`S|F80tzodTc-RnkY+j0dpi!FSyN zOt!c`MejvRqq66-mS_e_S-m4k&qyM+?@flj@wSZ+4MWiWCjJ1OArXV8(0d1jHk`6D z=8s}%XDwWsHc3_yFS-l6Mki$606}#VABEZ+?~Wpstr{UbYPJvATb0>csTGnEm@)A% z5XxWh7uowtZ}&A4B3KxZ3$i{S=X&q_0So!p{yzZ;J0Py&$hgIgv4m2|ssu0qHCIk^ z;_>bx>`=)S3et#mEf%bzqFaE)NCZ@t#zoc#QbRWpYxrK7aA?68IM66eTiKJ+(uU&k zhQfP^bs-`i&|{Cu1x-$zg!w*+s02yFp(;4W9D|Z=vkaYp z?6DByxnMZ$TuDqX5@6VyI~e(7W9@3PQ)PlDe1fbTli{f7ydoZo$!GNjSo$C0YqVNh zxE=Q6fC*jmobGl$RYi6sq!x|LERIis$hHoZI;TlA<1Bs z@7-x09kdIEynx(O%Nu|akCHYexkOtYImg0ml8G*EJ1@=;HtZHGuK%Q-;-(-zMXS-Cd$ ztm|fit#63>kuPhZ&%6o7YxGXZ5ia@|fN1DUQbQw3dtva{oSg}cr7@BW%VBh7Uiw$e zbRe|Jgv;x)U{MSwDLdt`3xJCxx?qTp5>e)XWYlL|7wlJ$tXLMukwdBa%n|lv^eaOT zN^?M3G$N2GjiEe6USy(hBQ{|&6a_Q$V z0W3ia)D15E;YCaMn;x+b0&u6qhlrrGh>>Y->>70(-XmriZQ!$yjL-M@Jljko=-Y_{ z<>(^`JQE9syk3{#n71H!lW29v;7yzz=A6A3CcViB?Euv9bCDuQBdD?C8;X%*X_N#E z%pAR(o_9j(BCHZA@ws@AZ_x)s+sWE0IeAmm9WZhT&tcHBivX^-QI6&)$ai0cVw{Nz6)R?r385W~=8O6hRfSU=} zmOdS0S{yk}Az*v&Vlsr?d`NTy6CMb6NP9GfKnYu0(_7Hny`w`%aAfG*hd%pY){@W7 z>#TY&0S%)ryuSAQ`BUU6m4e_!lZqU%nnX0Iic6n7i8(aLS&yDWY9k()!AL6PWhI{l zU;Bs%oUEK#!lIEy0mR=8VGk(|lf#*($MfTR?gzWq_hXYH^<&E0`ybqgU}dSbFa z&!;(+hBp_b-E?{r&xf*fK5X4scwB>0AiYG&4$xmOab`C< zyS`QLf?$j*hF)%;kAmq87e$Ow1oKK0sz1?Gp$A2)Cs*dorZ4up-|NMRR>egGJ+p@z zOiKM501*87U9enx0n3i5@wt6VU<`_oAI*F4bxg5h$Y~=%wALqF6cR3gnpPLZV9SMz+N#bp9eK zuk7{1&AtZ+n>tR$N}@DTK7cCfCKSJp1cLY!z;=ZpR$yHPavIpZ*I0DgPVbwbxGHmk zIm6wlnIE{V;EK9=rd4IJ3dwgQvq>c)$o_x^kw!EwAoegTOiRfBddJxp^_92FuL{XA8+L9$3_(^|=aVMy2a}d*%UGU^mq=2fN;evt% z^(cBjZ-cqG)YhsKIO$L2%-(uvm^dRaZ9*hOiJh>WN^luPYNP=G&hlIbducb9=k*sc z^ui2$>8CdwwE(6_Ua|Jfhac2S?ZL~ph#T=Qj} z#s@)$59#6@zQcZab{HC6A+JL*{V?V==HwKvAB-{JAjl0G#)?syHgeNPwpBV3a3k^mzcJXNXDjrToysLqvi4!0~{4IAJ zsZ{~zh&fVo{$PLvjpw$ZhSZ{nCZDCwDYf151#+cbsH~dNCd*M-06mJ-#jzVJP3E56sCBo}WgMs9VM;tvsG)q2O8x9Cq;eb55wSUq% z`z+KFwBIAv0$UzQeb)A19|qMSqd2p`n+ATuu3M)G@0^bRNh_0M-mMZ2v1ZITN+vs& z*r{Qr0_p@F@8B7R7@2w(m#teg4Hr{#l1Tx%ya+~_zR7RPJG{F%h5`g4(W7dekF9EY z;E52zXQzjjJ|QK|U3T$N%+UbiH3HU4<46Kd_yAmwiMEt`rXl)_^?n((n5YUvl5JS4 zm*gKcCEypPs06h=)oG#h86wk40838H3hK?X3EZ3oaHFpIrD; z9d2VE^58@P)XT*rVecSQ18-DDPZGl*cV%D}x+_?~4w^Wmmkyo@60tCJmw8c|mT0$C zOG?am9QnuW9U>0NMa5*lz@8zN2PE$h?be$!U8Fupc!;n|-6fDfF30oj?7wV~qlpx< z)kT5&);o-G!|yYrP&l(ped?7%tx=&1`N*&qyMV&uoS8wIkxcRu1WbD4>n-68gjPE@ zSxE!gXu_DR73v(+(zao?40~>!A|>-_bDFazQ{kGRmTM;D7aRvcvYf@s_%DZlnUFt? zVd@7V4_I zO!UQ+U<-kE7a$|Y`RD+Mb^;z!xNeV7PGE4t#$Qs+V#pl1!*`H^hH<;*AiJMGO(}^& zCkzRl@o0zP9y&*$I6E}O4yKb48yVC@8#*S^No9Cflx7XfLWVS2W&!Y)8!&^BHtxQv z8^d1ek6_1b;WeVm7=8!4yRQ$gQo94{lVfw_O`G$uFIO8tiUZbt_C-e&hTg|0NDLc9 zBLUt+EjNsW?>K1EXb+);{pBXxQvG<+%`PTGikC|5sRJxcJiKB&U-(xsg)Nfi;Scm} z8#jVV-)^wm6UAydAy#Piw7j_-qH=N7Dw~c;SByD|4#>-d5do3*hJKnlS3X(=w}d`7 zo|wB0g~2_Z1TlzD*DGwmO`)m6yD%C`UZUVVI`L^|BXS<|NdN#&*GwcT9|6M%Bcn!E zqP+mQUM!~%au_(*L6p@Ca8vJ3P@85{p%>WY8)`d;;T1xFVfEkT!udMovw3 zn*|cUs4=AHLXq%$9Jj*;@*YVl`dfzwxh&>H2##P{aX)P#ZS;aZ9t^bP9+*U|d+&lN zqn8C=X#3Uzx9?naA}0dJ3k6=~eW$VoO0<&$5G9cEOYifY(6nBo3v%G0S4gE33{?z@ z+l(AGW??izVK9kEj*8-I9m>e!B(#*4l6WCC=FmmCD#BubT}3=E4$YyX&2B(ue*QcN zDW{8JE+b!pME5RohiFkrRJyKME%e3W!{PW?&yC8tklVCu2D;d_u|bZu&o{TgHZzBq zydC;_D2EdzV&ua0j@nBjA|$GRpTI=gxS>SrHUDz^2#Iv&F-_!Bumay{C{(?dQT1;#-n z8yl{56!QVFqX)v<8C?eBLm^c5rY>(4Xi_d+v*w+{I0f#Ra5LALs)+8SL*6@%4__~u zuq79M$BwF-dO1SRSA{M#m$}_(lOAV#f`!kK)%v8fvEfafZQV2mqAoIghD|T3@=O|g+9*gqbv(J7>af) z68HA#n5B;%2w=Gi;~`zdqsdK%9I{7uIO85hH(tnQY@_P@UJ|FN+mVE5+`tPg6>8U6 zYs2J_bI(01nTKyC(aXjs!n!Q*fll)Qn4^RPaz5e}VutGjhE*|ePHa~iU0aSIr1f1v zyoP>_00W|6HzS&uM0hMh2k+>hl;8)kv?Ndmp?*(0~Mss=)C)yWBzoHgmN2|g3k#~q|b zf;8Zm5x(SRuN#Bf%$I50V0G7#m5aqNcft9iKr3E^gH%{MtTvdSuovCDiDhXd-P^It?44&f+NKd3c!9t{Wd(j>?kc&mtfRA!Qgknq1j>RuR7E}IADj#=8$A>!A1NnO^ z<38+Y61SD%GSW>H9r~sd^62~6#d8NvDx-toFpdQvtpL!hBHa=Y#o2B~7ACYP1IjMI z+@kwlyiri(!<6VJd-(BE0+Ps@)ZrI+zJ+IAbWJAIN`&!A>2PN4s3`_Hq~6*l3DdQw zMHs$C9aA4d9GmN=WVR$%X8W>NcpUdLAGw*Z7d{$gbeW6{G`cniZ2V!OeT${jR_a7f zT=khOqn?lFQ1kHF*bXxbeQy!j-^9EDr5M{Qw+F*Y4#LP7x0YrFe0$@zCP#%%j$r0u zlU9hY&cV<%UE50?@1b$SFd)83zhtM5Kg{Zm&j2WCB$1#feLB|Lqp*3v5P_%4wHZDaIB>bdy z+zXe|@W6W%<-+RhOq>KJddb8ytC2s=$9SN0PIJ@s7W6IK!ZJ$a%_4Il=h`Cg1LXx6 z$+k`4I9hu_8NJZBj;3xq**Q66sIp&k*%%b0m?GH4U5sBU5nyfyu#_tVu@$3DXwOFX z1n74t*XG1EuS_T?sW&)x;Y9Qw=rbY{d21c)dUMSO0QM<%NsJ!7yN4WV&sL8w0-`D` z$=RT5W8Qo=7PZ3ZdleJ00$cW3UVwmZouO`0%0_44Q>H`D>5w!F4g^5!&&DY8)s|dL zw5$3#`+wEOVu><8bLUXry-(}p&dZ<7QW5niyDy*Db=q4C&GfY95Hk4Ej1Ei!{sJg-mjWg%o z2pjokG-WbRAxB~s7dF)>UM_#jDw7EWxhz`xYJkJ>ZuA0)5()=52^fo4p#t`>pkvF2 z-^Q0Yv9-poj~|?%FjC$z{*hB2lKEY!B4(lqC(7iE8(SrvE9v|KEN^0OWS|Q< zv*flG9h5U@6u3GJ`IRw;Azv7Ny6W{wtGUQzCFnkeA<@@h+s1_T+$E%$kfc%yJ6h>mx3JN#8WMAxf@wu@i=@{lM`OK zDY;k$%cb?heIHYGa?~xDjJgd)sIlTv?qd`r1Ew4|-xtZZI(Ai(gBatOb<|emm1iem z?tDm;ags~r&J~5Qv&63W;7Ah;&NU4%ZUo&omkrsL#U*!X>v9i}xyO59-`07;>$F3Dp@@{GEdOvqEBG zx$Nf1oRq~*2p!+vvaqOIQv+Bn!^{}7O(2J3m>JWn$^{G4!O}8cgXHz6h*bJchdy|v zbb_uDJU$y}BVIX*x-_-|yKhfHTD&WPSmCIdmW^zrbnO06@*j^Vx=FlVZc;cL#|A#h zt&+91ws)k{TI!T@5qlluWKIX(6jVm!DdW+lI{_7Dd|{Jz64T|f#T?lToOF$iHy$PY zHc4%6LVFQHhbRb`z>O}{CjFkdLy~K0li|2%ms2W~Z@I?`HlCpGWaAjRE^O0r%LXkC zIlrmj6D0>$2RBky_4U)1-YGD79vurhD^3bGD0302yXH!`Du+y86p4e}g?vX^j>U>d zX({x|h(f4Org^HhAko1SB>*cZN}BhpuJl%n%^a;<$16?9CUa@YLdL^6oAAvBR%rLC z{4oC0$y{j0y=6a?4G-Pz0*SNC}BSNHB9;e%zBs%`9@Xm{drW^tSLg|kxJppx+DGVwaXU`Lj|{fUv@ zEJP?-tlqB3`!tuIBnydXs@)?Bng-&X;^X%)WB;4nFT>z~Sj?9en^LjpJpoy_ba1+0 z(#}P?=aMcgS&H>LJl<6h`FxR+iZx8c@6RpV+>?u()^?88dCnwq _H?VeL5@brw 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 literal 0 HcmV?d00001