Skip to content

Custom NetsBlox Services in Python! This enables you to create your own services for use with select groups of users.

License

Notifications You must be signed in to change notification settings

NetsBlox/Custom-Python-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Python Services for NetsBlox

This contains a Python server for hosting your own NetsBlox services which can also be used from https://editor.netsblox.org.

There are some types of services that would be great to do in NetsBlox - such as training your own word embeddings - but would be too computationally intensive for the browser and infeasible as a free, public deployment. This project enables you to create your own services which can be used by you (and perhaps your class or summer camp) without requiring your own deployment of NetsBlox!

Quick Start

First, install the python dependencies with pip:

pip install -r requirements.txt

Next, start the server using flask:

export FLASK_APP=netsblox-services/server.py
python -m flask run --port 5050

Note: If you are using Windows, the FLASK_APP environment variable will need to be set using set.

About

Custom NetsBlox Services in Python! This enables you to create your own services for use with select groups of users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages