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.
serverseeker.py/README.md

22 lines
369 B
Markdown
Raw Normal View History

> [!IMPORTANT]
> this repository is discontinued
2024-07-10 17:34:43 +00:00
# ServerSeeker.py
an easy to use python library for ServerSeeker
# Usage:
```py
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)
```