gofile-client
A wrapper around the gofile.io API.
Installation
via pip
pip install --user gofile-client
Usage
from gofile import Gofile
client = Gofile(token='<your-token>')
# Upload a file
response = client.upload_file('path/to/file')
print(response)
# Get the link to a file
folder_contents = client.get_content('<file-id>')
for _, item in folder_contents:
print(item['link'])
Release files for gofile-client 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gofile-client-1.0.1.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gofile_client-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / gofile-client-1.0.1.tar.gz
| Download URL | gofile-client-1.0.1.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1cc54630f1f4cbc09654ded012b4a5cd4992aa6ee67442dbba873edd63d01eff
|
|
BLAKE2b-256 checksum How to use checksums |
a9ca3183e835bd013d40486cbf922615c482d39fb647dc656d74acd0e05380d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|
Release files / gofile_client-1.0.1-py3-none-any.whl
| Download URL | gofile_client-1.0.1-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59def66cfcadf3d237e3bbf79eae8a53978d1f0004e0cb8c2cae515bbcfdf562
|
|
BLAKE2b-256 checksum How to use checksums |
eb03ba68fc9d7582c7d536a0e4ddc7b70832f38b59f544f84fd14f7bb82febb6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|