redevil1 / bayfiles

Upload files and download files to bayfiles with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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])

About

Upload files and download files to bayfiles with python

License:MIT License


Languages

Language:Python 100.0%