Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spotlightkid/nc_share

A simple Python script to upload a file to my Nextcloud server and create a sharing link
https://github.com/spotlightkid/nc_share

nextcloud python sharing

Last synced: 21 days ago
JSON representation

A simple Python script to upload a file to my Nextcloud server and create a sharing link

Awesome Lists containing this project

README

        

# nc_share.py

A simple Python script to upload a file (e.g. an image) to my Nextcloud server and create a
sharing link, which is then placed in the clipboard.

Based on [pyocclient], in a form slightly altered by me in the file
`nextcloud.py`.

Released under the MIT License.

See the [LICENSE](./LICENSE) file for more infomration

[pyocclient]: https://github.com/owncloud/pyocclient/