Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Warzone 3 and MW3 #25

Open
wsdea opened this issue Dec 12, 2023 · 2 comments
Open

Support for Warzone 3 and MW3 #25

wsdea opened this issue Dec 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@wsdea
Copy link

wsdea commented Dec 12, 2023

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 InvalidEndpoint

However i get the following error :

{'status': 'error', 'data': {'type': 'com.activision.mt.common.stdtools.exceptions.NoStackTraceException', 'message': 'Error from datastore'}}
@thesuperbro
Copy link

Would love to see some support for the new games!

@TodoLodo
Copy link
Owner

TodoLodo commented Mar 3, 2024

Hey
My apologies on the lack of responses,
Yes we will include these in our future development, and also @wsdea if you wish to make contribution you can fork our latest branch and try out and send a pull request through the updated forked repo

@TodoLodo TodoLodo added the enhancement New feature or request label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants