Skip to main content

An unofficial Aternos API

Project description

Python Aternos API

An unofficial Aternos API written in Python.
It uses requests, cloudscraper and lxml to parse data from aternos.org.

Using

First you need to install the module:

pip install python-aternos

To use Aternos API in your Python script, import it and
login with your username and password (or MD5 hash of password).

Note: Logging in with Google or Facebook account is not supported yet.

Then get the servers list using get_servers method.
You can start/stop your Aternos server now, calling start() or stop().

There is an example how to use the Aternos API:

# Import
from python_aternos import Client

# Log in
#aternos = Client('USERNAME', password='PASSWORD')
aternos = Client('example', password='test123')
# ----OR----
#aternos = Client('USERNAME', md5='HASHED_PASSWORD')
aternos = Client('example', md5='cc03e747a6afbbcbf8be7668acfebee5')

# get_servers returns AternosServer list
atservers = aternos.get_servers()

# If you have only one server, get it by 0 index
myserv = atservers[0]

# Start
myserv.start()
# Stop
myserv.stop()

# Find server by IP
testserv = None
for serv in atservers:
    if serv.address == 'test.aternos.org':
        testserv = serv
if testserv != None:
    # Prints a server softaware and its version
    # (for example, "Vanilla 1.12.2")
    print(testserv.software, testserv.version)
    # Starts server
    testserv.start()

You can find full documentation on the Project Wiki.

License

License Notice:

Copyright 2021 Chechkenev Andrey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

You don't need to attributing me, if you are just using this module installed from PIP.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-aternos-0.1.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_aternos-0.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file python-aternos-0.1.tar.gz.

File metadata

  • Download URL: python-aternos-0.1.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5

File hashes

Hashes for python-aternos-0.1.tar.gz
Algorithm Hash digest
SHA256 cc1e6be2be9dfd775feb7297094d4fd7374fb45489f065cad675f509c8dc29db
MD5 abba688907015ecaf2a1289576d35e29
BLAKE2b-256 0eeeb0ac5df4068502af18c21ff8844cce4afc966c0d56929c92db58845dbe21

See more details on using hashes here.

File details

Details for the file python_aternos-0.1-py3-none-any.whl.

File metadata

  • Download URL: python_aternos-0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5

File hashes

Hashes for python_aternos-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26e83a92f016b5b73950351fc4dfe035e039a66fccf01712b19d3a4c151b64be
MD5 718d945bc946651e888a46bcdcffa24b
BLAKE2b-256 49e1acb3487c92006e43eed4dca7e36f8d57213588732817af61fa6dd3493fef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page