python-aternos icon indicating copy to clipboard operation
python-aternos copied to clipboard

[UNMAINTAINED] Unofficial Aternos API written in Python

Results 20 python-aternos issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/home/runner/DiscordBot/venv/lib/python3.8/site-packages/python_aternos/atconnect.py", line 44, in parse_token token_func = js_code[1] if len(js_code) > 1 else js_code[0] IndexError: list index out of range During handling of the...

bug
update

As the title implies, an auth flow using Google would be beneficial for google-using clients.

enhancement

When trying to access `atserver.domain`, `atserver.subdomain`, or `atserver.address` this error happens: ``` Traceback (most recent call last): File "c:\Users\pcat1\Programs\aternos\start.py", line 10, in print(srvs[1].subdomain) ^^^^^^^^^^^^^^^^^ File "C:\Users\pcat1\AppData\Roaming\Python\Python311\site-packages\python_aternos\atserver.py", line 277, in subdomain...

update

Hi there, I want to use your project for controlling the bot via a Discord embed. But when I enter my username and password, which are 100% correct, the error...

I noticed there's no options/way to change/add/remove users' permissions, like start server, console, files (panel permissions) etc... would be nice, a use I'd imagine would be in a discord aternos...

may be related to https://github.com/DarkCat09/python-aternos/issues/75#issuecomment-1572125741 (i dont think ajax tokens are sensitive info but will censor them anyway) I noticed in the dev console that the ajax token used by...

bug
update

like the title says, its possible to download an aternos backup from google drive?

enhancement

Hi, I know that this was already coverd but I didnt find a solution. Is there one?

The documentation [here](https://python-aternos.codeberg.page) may just be outdated, but here's the error below. ``` Traceback (most recent call last): File "d:\Documents\Python\aternos.py", line 5, in from python_aternos import ServerStartError ImportError: cannot import...

documentation

**🔍 Overview:** I am currently developing a FastAPI application, integrated with python-aternos, aimed at controlling a Minecraft server. This application is equipped with two primary endpoints enabling the remote start...