corral

API for downloading files.


Keywords
corral
License
MIT
Install
pip install corral==1.3.3

Documentation

Corral

API for downloading files.

Installation

$ pip install nass

Usage

This Flask server will download files from a specific configurable URL, triggered by an API request. A POST request to the URL /download/site1/729 could be configured to initiate the download of a file from https://www.site1.com/download/729.jpg. Basic cookie-based authentication is provided using a master password. The password is sent in plain text, so HTTPS is recommended.

See config/config.py.sample for a basic example.