Skip to content

casiez/onlyoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Version License Downloads

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages