https://github.com/vikpe/masterstat-cli
CLI for fetching server addresses from QuakeWorld master servers.
https://github.com/vikpe/masterstat-cli
cli go quakeworld servers
Last synced: 12 months ago
JSON representation
CLI for fetching server addresses from QuakeWorld master servers.
- Host: GitHub
- URL: https://github.com/vikpe/masterstat-cli
- Owner: vikpe
- License: mit
- Created: 2022-05-03T11:12:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T22:09:12.000Z (over 3 years ago)
- Last Synced: 2025-02-28T12:43:18.441Z (over 1 year ago)
- Topics: cli, go, quakeworld, servers
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# masterstat-cli [](https://github.com/vikpe/masterstat-cli/actions/workflows/build.yml) [](https://codecov.io/gh/vikpe/masterstat-cli) [](https://goreportcard.com/report/github.com/vikpe/masterstat-cli)
```shell
Fetch server addresses from QuakeWorld master servers.
Usage: masterstat [
...]
Example: masterstat master.quakeworld.nu:27000 qwmaster.ocrana.de:27000
```
## Download
See [releases](https://github.com/vikpe/masterstat-cli/releases) for downloads.
## Usage
### Single master server
```shell
masterstat master.quakeworld.nu:27000
```
```
193.200.16.105:28502
193.200.16.105:28504
193.200.16.105:28000
193.200.16.105:30000
91.211.246.220:28000
[...]
```
### Multiple master servers
**Note**: Returns unique server addresses (no duplicates).
```shell
masterstat master.quakeworld.nu:27000 qwmaster.ocrana.de:27000
```
```
193.200.16.105:28502
193.200.16.105:28504
193.200.16.105:28000
193.200.16.105:30000
91.211.246.220:28000
[...]
```
## Build from source
```shell
git clone git@github.com:vikpe/masterstat-cli.git
cd masterstat-cli
go build
```
## See also
* [masterstat](https://github.com/vikpe/masterstat)
* [serverstat](https://github.com/vikpe/serverstat)
* [serverstat-cli](https://github.com/vikpe/serverstat-cli)