Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.21 KB

bayfiles-upload-script

An upload and download script for bayfiles.com made in python. Supports multiple files.

PyPI version Downloads Downloads GitHub Contributors GitHub commit activity GitHub last commit Python 3.6

Installation

pip3 install bayfile

Usage

bayfile up {path-to-file_1} {path-to-file _2} ...  # upload file to bayfiles server
bayfile d {url1} {url2} ...              # download file 

API

The bayfile client is also usable through an API (for test integration, automation, etc)

bayfile.main.upload([file_path])

from bayfile import main

upload([file_path])