7
0
Fork
You've already forked server-list
1
No description
  • JavaScript 42.6%
  • Python 36.7%
  • HTML 20.7%
2026年03月25日 11:23:21 +00:00
html update emoticons 2026年03月25日 11:23:21 +00:00
cli.py add cli.py 2026年01月17日 10:27:59 +01:00
README.md add directory html 2026年01月29日 14:39:02 +01:00
servers_json.py servers_json.py: use the extended protocol 2026年01月29日 06:41:44 +01:00

Unvanquished Server List

This repo contains tools to list the online game servers, and how many users are present on each of them.

The file servers_json.py runs forever, preferrably on an internet server. It queries the master server to obtain a list of game servers, and contacts each game server to obtain the desired information. This information is written to a JSON file. The path to this JSON file must be given as command line argument. Currently, the output of this program is available online at http://maptesting.acidtu.be/servers/servers.json.

The file cli.py is a simple command line server list. It takes no arguments, downloads the JSON file, and prints a human-readable server list.

The directory html contains a web page server list. It is a variant of the command line server list that runs in a browser.