Skip to content

Upload files and download files to bayfiles with python

License

Notifications You must be signed in to change notification settings

redevil1/bayfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages