aternos-control
v0.0.3
Published
A node.js package that can manage an Aternos account with many options for servers.
Downloads
2
Readme
Aternos Control
Aternos Control is a Node.js package that provides a convenient way to automate interactions with the Aternos server hosting platform using Puppeteer.
Features
- Login to Aternos using your credentials
- Choose a specific server to control
- Retrieve the status of the server (offline, online, starting)
- Start or stop the server
Prerequisites
- Node.js and npm should be installed on your system.
- Familiarity with JavaScript and basic understanding of Puppeteer.
Installation
Clone or download this repository.
Install the dependencies by running the following command:
npm install
Usage
Customize the login credentials and server name in the
index.js
file.Run the package using the following command:
node index.js
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License.
Acknowledgements
- Puppeteer: https://pptr.dev/