DarkCat09 / python-aternos

[UNMAINTAINED] Unofficial Aternos API written in Python
https://pypi.org/project/python-aternos/
Apache License 2.0
92 stars 12 forks source link

Dont use this you will get Banned! #46

Closed BlueSchnabeltier closed 2 years ago

BlueSchnabeltier commented 2 years ago

image

BlueSchnabeltier commented 2 years ago

I Just found out why, if you host this on repl.it aternos will recognize that the request is comming from a data center and will ban you. But can the Owner of this repo pls put this at the top of the readme pls

didotb commented 2 years ago

I Just found out why, if you host this on repl.it aternos will recognize that the request is comming from a data center and will ban you. But can the Owner of this repo pls put this at the top of the readme pls

Unfortunately that's not the reason why, Read their TOS. You should've known that automating means they can't get money off of you from ads they place on their site and is therefore not allowed by them.

Doesn't matter if it's form a data center or a computer you own.

BlueSchnabeltier commented 2 years ago

ahh shit any way to bypass this?

BlueSchnabeltier commented 2 years ago

i can maybe try to look in the code

DarkCat09 commented 2 years ago

Duplicate of #16

DarkCat09 commented 2 years ago

@BluePlattypus, this can't be bypassed until we haven't got source code of Aternos backend and tools for detecting automated access.

DarkCat09 commented 2 years ago

When you register on aternos.org, you must read Terms of Service.
One of its paragraphs says that users shouldn't use parsers, etc. for these reasons.

DarkCat09 commented 2 years ago

Use save_session and restore_session to reduce count of API requests.
This may help.