Teeworlds-Server-Info

Small module to retrieve game servers and player information for the game Teeworlds


Keywords
teeworlds
License
MIT
Install
pip install Teeworlds-Server-Info==1.0.3

Documentation

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