From 31b4c24116070e692791c2ef3758e4e8e8a97ebe Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sat, 3 Jun 2023 10:50:51 +0400 Subject: [PATCH] Warning message --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 838acf1..1b51457 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ An unofficial Aternos API written in Python. It uses [aternos](https://aternos.org/)' private API and html parsing. +> **WARNING** +> +> Recently, Aternos started somehow detecting +> API requests from this library. +> Any automated access is prohibited according +> to [Terms of Service §5.2e](https://aternos.gmbh/en/aternos/terms#:~:text=Automatically%20accessing%20our%20website%20or%20automating%20actions%20on%20our%20website.), +> and results in **permanent ban**. +> +> **USE AT YOUR OWN RISK** +> +> I will try to fix that as soon as possible. + Python Aternos supports: - Logging in to account with password (plain or hashed) or `ATERNOS_SESSION` cookie value @@ -34,19 +46,6 @@ Python Aternos supports: - Changing server subdomain and MOTD (message-of-the-day) - Managing files, settings, players (whitelist, operators, etc.) -> **Warning** -> -> According to the Aternos' [Terms of Service §5.2e](https://aternos.gmbh/en/aternos/terms#:~:text=Automatically%20accessing%20our%20website%20or%20automating%20actions%20on%20our%20website.), -> you must not use any software or APIs for automated access, -> beacuse they don't receive money from advertisting in this case. -> -> I always try to hide automated python-aternos requests -> using browser-specific headers/cookies, -> but you should make backups to restore your world -> if Aternos detects violation of ToS and bans your account -> (view issues [#16](https://github.com/DarkCat09/python-aternos/issues/16) -> and [#46](https://github.com/DarkCat09/python-aternos/issues/46)). - ## Install ### Common