An upload and download script for bayfiles.com made in python. Supports multiple files.
pip3 install bayfile
bayfile up {path-to-file_1} {path-to-file _2} ... # upload file to bayfiles server
bayfile d {url1} {url2} ... # download file
The bayfile client is also usable through an API (for test integration, automation, etc)
from bayfile import main
upload([file_path])