Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Andrey edited this page Sep 28, 2021 · 3 revisions

Python Aternos API

is an unoffcial API written in Python for managing Aternos Minecraft servers.
It uses requests, cloudscraper (to avoid Cloudflare protection) and lxml (for parsing response using XPath syntax).

Unlike the Duerocraft's API, this API supports logging in Aternos account.
You don't need to find credentials information in cookies, headers...

Docs can be found on this wiki.

Clone this wiki locally