Last updated:
0 purchases
bayfileuploader 1.1.3
Bayfile Uploader
Uploads a file to bayfiles.com
Installation
pip install bayfile_uploader
or from Github:
git clone https://github.com/roymanigley/bayfile_uploader.git
cd bayfile_uploader
python setup.py install
Usage
from bayfile_uploader.uploader import upload_file
link = upload_file('/path/to/file')
print(f'The file is uploaded: {link}')
or from the commandline
bayfile_upload --file /path/to/file
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.