This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Support for Warzone 3 and MW3Β #25
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Great lib! WZ3 is out, can we have support for Warzone 3 and MW3 ?
I tried to do it myself by doing this
class __WZ3(__GameDataCommons):
"""
Warzone 3 class: A class to get players warzone 3 stats, warzone 3 combat history and specific warzone 3 match details
classCategory: game
gameId/gameTitle: mw or wz
gameType: wz2
"""
@property
def _game(self) -> str:
return "mw3"
@property
def _type(self) -> str:
return "wz3"
async def seasonLootAsync(self, platform, gamertag):
raise InvalidEndpoint
async def mapListAsync(self, platform):
raise InvalidEndpointHowever i get the following error :
{'status': 'error', 'data': {'type': 'com.activision.mt.common.stdtools.exceptions.NoStackTraceException', 'message': 'Error from datastore'}}thesuperbro, bluecoconut, Francois-lenne and flybyflo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request