No description
serverseeker | ||
tests | ||
.gitignore | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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)