Teeworlds Serverlist Library for Python
Yep, made one. Too lazy to write much here. Just take a look at the example:
#!/usr/bin/env python2
from __future__ import print_function
from teeworlds import Teeworlds
# set up stuff
tw = Teeworlds(timeout=2)
# ask the masters for servers
tw.query_masters()
# query servers, wait for responses
# stops if no …