A simple Python wrapper for the Gofile API.
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.
To install run
python3 -m pip install gofile
or just
pip install gofile
See documentation for detailed usage examples.
import gofile
server = gofile.getServer()
print(server)
gofile.uploadFile("/home/user/documents/images.zip")