Skip to main content

A Python wrapper for the ServerSeeker API. This is a CLI to work with ServerSeeker, a tool to scan for Minecraft servers. Visit serverseeker.net for more info.

Project description

ServerSeeker Python Wrapper

This is a Python wrapper for ServerSeeker designed to be used as a CLI. The original API was written by a user going by DAM and the API documentation can be found here: Link

Installation

Installation by pip will be supported in the near future. However, for right now: you can download the .exe file found on the releases tab and drag it to a folder that is added to the PATH environment variable.

Quickstart

API Key

serverseeker auth <api_key> will configure your API key. This information is stored locally and the credentials are not sent to anybody.

/whereis

Now try serverseeker whereis <username> [--copy] to search players via username or serverseeker whereis <uuid> --uuid [--copy] to search players via UUID (remember the --uuid option!)

For example: serverseeker whereis 069a79f4-44e9-4726-a5be-fca90e38aaf5 --uuid which can be substituted with serverseeker whereis Notch

You can append the --copy option to any API call command (i.e. all commands except for serverseeker auth <api_key>) to copy the response to your clipboard if it gets very long.

/server_info

Now try serverseeker info <ip> <port: 25565> [--copy]. The port argument is 25565 by default, therefore it is optional.

For example: serverseeker info 109.123.240.84 --copy will copy the returned information about 109.123.240.84:25565 to your clipboard.

/servers

Now try serverseeker search <online_players: [0, "inf"]> <max_players: [0, "inf"]> <protocol: 764> <online_after: 0> <software: "any"> <country_code: ""> <description: ""> [--cracked] [--copy]. Append the --cracked option to search for cracked servers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

serverseeker-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

serverseeker-1.0.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page