Setup ⚙ Fork this repository, or clone the repository and make it your own Change the config file to your own aternos server Go to https://dashboard.heroku.com/ and create a new application Once you've created your application, simply go to the "Deploy" section and select the repositor...
You can start/stop your Aternos server, calling start() or stop().Here is an example how to use the API:# Import from python_aternos import Client # Create object atclient = Client() # Log in # with username and password atclient.login('example', 'test123') # ---OR--- # with ...