Skip to content

Coosta6915/gofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gofile

A simple Python wrapper for the Gofile API.

Info

The Gofile API and the Python wrapper are currently in their beta versions and will evolve over time. Check regularly to see if changes have been made.

Current version works with the 2021-11-17 API.

Links

Gofile API reference

gofile PyPI page

Installation

To install run

python3 -m pip install gofile

or just

pip install gofile

Usage

See documentation for detailed usage examples.

import gofile

server = gofile.getServer()

print(server)

gofile.uploadFile("/home/user/documents/images.zip")