small module to retrieve the registered servers from the master server and request the player information of each server.
This script runs with Python 3.
Download this repository and run the setup.py to install all necessary dependencies
Required:
- pycountry - Extension to retrieve country codes/names based on the numeric identifier
An example usage to retrieve the master servers, game servers and server information is in the file usage.py
In the tests folder you can run each unittest individually. The test cases should be self-explanatory.
Want to contribute? Great! I'm always glad hearing about bugs or pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details