SiddharthBharadwaj / AutoTrickster

AutoTrickster is a command line utility to automate the complete process of creating and adding fleets to the Trickest Community edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


AutoTrickster

Automate the complete process of adding fleets to Trickest Community Edition!

View Demo . Report Bug . Request Feature

Downloads Contributors Issues

Table Of Contents

Getting Started

To get started with Trickest Community, you need a Trickest account from https://trickest.com/. And if you are willing to automate the complete process of creating cloud fleets then you will also need a Hetzner account from https://hetzner.cloud/?ref=U06IyeDqAwIB.

Incase you plan on using your own machines or VMs, Hetzner account is optional

Prerequisites

These are some Prerequisities required for AutoTrickster to work.

Python3
sudo apt-get install python3
Hetzner Account (For Cloud Fleets)

Use https://hetzner.cloud/?ref=U06IyeDqAwIB to create a Hetzner Account and get €⁠20 in cloud credits.

Installation

  1. After creating a Hetzner account, Create a new project in Hetzner.

  2. Get a API key from https://console.hetzner.cloud/projects/project-id/security/tokens

  3. Clone the repo

git clone https://github.com/SiddharthBharadwaj/AutoTrickster.git
  1. Change directory to the cloned path
cd AutoTrickster
  1. Install required python packages
pip3 install -r requirements.txt
  1. Enter your Trickest credentials and Hetzner API key in config.ini
[trickest]
email = trickest email address
password = trickest password
[hetzner]
apikey = hetzner api key

Usage

usage: python3 trickest.py [-h] [--create] [--delete] [--this]

Manage Trickest Community Machines.

options: -h, --help show this help message and exit --create Create and add cloud instances to Trickest fleets. --delete Delete and remove instances from Trickest Fleets --this Use the current machine as a fleet for Trickest Community

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

About

AutoTrickster is a command line utility to automate the complete process of creating and adding fleets to the Trickest Community edition.


Languages

Language:Python 100.0%