Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
/ glowing-turbo Public archive

Wonderfulplanet.net Portal

License

Notifications You must be signed in to change notification settings

lrstanley/glowing-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glowing-turbo

Python & Flask (Python module) Backend for WonderfulPlanet MC Servers (http://wonderfulplanet.net)

Python from here: http://www.python.org/getit/releases/2.7.5/

Flask from here: http://flask.pocoo.org/

Make sure you have a file called "settings.py" in your root folder, which holds this data:

params = {
    'host': 'your.hostname.net', # Host or IP
    'port': 20059, # Default
    'username': 'admin',
    'password': 'yourpass',
    'salt': '' # Not required with the new JSONAPI
}

Once Python (with flask module) is installed, and screen is installed, execute these commands...:

git clone https://github.com/Liamraystanley/glowing-turbo.git && cd glowing-turbo
python app.py

About

Wonderfulplanet.net Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published