Coder Social home page Coder Social logo

facelesscloud-python3-client's Introduction

Facelesscloud Client

https://facelesscloud.com/

Requirements

Python3

Description

This is a client to interact easily with the Faceless Cloud server API. https://api.facelesscloud.com/

Usage

Installation

* pip3 install facelesscloud

Get functions

get_region    Give you all Region informations and their IDs.
get_os        Give you all Operating System informations and their IDs.
get_flavor    Give you all Flavor Machine type informations and their IDs.

Make configuration file

Simply use the subcommand "makeconf" to easy start spawning instances.

* facelesscloud makeconf

Spawn a new instance with the config file

Now Spawn the instance using the config file that you just created.

* facelesscloud spawn -c instance-conf.json

Spawn a new instance with args

You can also directly use "spawn" subcommand send give the required params.

* facelesscloud spawn --time 24 --flavor 201 --operating_system 167 --region 1 --sshkey /home/USER/.ssh/id_rsa.pub --kickstart ../path_to_your_bash_script/kick.sh

Ful Documentation

You can visit https://facelesscloud.com/documentation for full information.
Or simply use the "--help" argument to know about other subcommands like, os, region, flavor, etc...

* facelesscloud --help

Platform

  • Tested against Ubuntu 16 and 18, but can run on Centos or any Linux Distro with python3.
  • Little QRCode diplaying bug under Windows, but should work fine.

Authors and maintainers

Originally written by Faceless Cloud

License

This is a free software. Anyone is free to copy, modify, publish, use, compile, sell or distribute this software. Do what ever the fuck you want.

facelesscloud-python3-client's People

Contributors

olivierapex avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

bzking

facelesscloud-python3-client's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.