Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

Add simple CLI For checking server status #36

Closed audy closed 7 years ago

audy commented 9 years ago

I thought it would be useful to add a simple command-line script for checking the status of a server.

Something like:

$ mcstatus server 25599

There are 2 users online.
benaubin commented 9 years ago

+1

ctian1 commented 9 years ago

You could write your own fairly easily

winny- commented 9 years ago

You might be interested in the example script in issue #32. python -m mcstatus server [optional-port] would obviously be nice.

audy commented 7 years ago

Awesome. thanks!