GarrettRector / pipeline

Send and retrieve data anonymously through a remote Flask server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Send and retrieve data anonymously through a remote Flask server.
Data is stored by the server in password-protected containers.
These containers can be created by the client and then accessed with proper authentication.

Contents

Docs


Client Commands

client.create_add_args(2D_arr, password, filename) 2D array is set in the format: arr[n][0] = field, arr[n][1] = value.
A password and filename are also needed to create a new data container.
client.create_read_args(filename, password) Returns raw container data when given a filename and password of an existing data container.
client.send(address, args) Sends arguments to an instance of the server running on the address.
client.parse(raw, field) Returns the value of a field given raw data.

About

Send and retrieve data anonymously through a remote Flask server.


Languages

Language:Python 100.0%