Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.62 KB

Teeworlds Server Info

Build Status Scrutinizer Coveralls github GitHub license
small module to retrieve the registered servers from the master server and request the player information of each server.

Installing

This script runs with Python 3.

Download this repository and run the setup.py to install all necessary dependencies

Dependencies

Required:

  • pycountry - Extension to retrieve country codes/names based on the numeric identifier

Usage

An example usage to retrieve the master servers, game servers and server information is in the file usage.py

Running the tests

In the tests folder you can run each unittest individually. The test cases should be self-explanatory.

Development

Want to contribute? Great! I'm always glad hearing about bugs or pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details