onlyoffice 0.1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

onlyoffice 0.1.0

onlyoffice
Provides a python API for OnlyOffice API
Install
pip install onlyoffice --upgrade
Work in progress to provide a python API for the OnlyOffice API
Minimal example
import onlyoffice
oo = onlyoffice.OnlyOffice('https://yourportal.onlyoffice.com', 'username', 'password')
# download file ID 123
oo.download(['123'], 'file.zip')


Supported commands
Read onlyoffice/OnlyOffice.py

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.