Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T22:09:12.000Z (over 1 year ago)
- Last Synced: 2024-06-20T17:43:12.351Z (5 months 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 [![build](https://github.com/vikpe/masterstat-cli/actions/workflows/build.yml/badge.svg)](https://github.com/vikpe/masterstat-cli/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/vikpe/masterstat-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/vikpe/masterstat-cli) [![Go Report Card](https://goreportcard.com/badge/github.com/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 [email protected]: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)