No description
This repository has been archived on 2024-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-10-14 12:08:10 +02:00
serverseeker bug fix related to servers() using the wrong endpoint 2024-07-16 18:51:33 +02:00
tests init 2024-06-13 00:16:40 +02:00
.gitignore init 2024-06-13 00:16:40 +02:00
poetry.lock init 2024-06-13 00:16:40 +02:00
pyproject.toml init 2024-06-13 00:16:40 +02:00
README.md add note about the repo being discontinued 2024-10-14 12:08:10 +02:00

Important

this repository is discontinued

ServerSeeker.py

an easy to use python library for ServerSeeker

Usage:

from serverseeker import ServerSeeker

skr = ServerSeeker(api_key="[Your api key goes here]")

# get details about your account, including limits
skr.user_info()


# search for servers
skr.servers(country_code="PL", max_players=10)