joealcorn / xbox

Python wrapper around Microsoft's undocumented Xbox one APIs
http://xbox.readthedocs.org/en/latest/
MIT License
78 stars 19 forks source link

Add Game Clips For Specified Game #8

Open BAG-OF-CHIPS-XX opened 6 years ago

BAG-OF-CHIPS-XX commented 6 years ago

is there anyway to get Game Clips For a Specified Game using the game title Id? or is that beyond the scope of this project? i would love to help but i dont know any C++ :/

joealcorn commented 6 years ago

This project is unmaintained, but if you take a look at the network page there are some forks which have added additional functionality: https://github.com/joealcorn/xbox/network

In particular, I think this commit may do what you want? https://github.com/Marginal/xbox/commit/39d9212d5fe9d56b55483d2977ac219c9e7e9a59

Also, this project is written in Python, which is a lot friendlier than C++, so don't be afraid to jump in!

BAG-OF-CHIPS-XX commented 5 years ago

I would like to add functionality to this repo. Where does microsoft document its C++ api calls? or are you using another way to wrap commands in python?