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: 3 months ago
JSON representation
A simple Python script to upload a file to my Nextcloud server and create a sharing link
- Host: GitHub
- URL: https://github.com/spotlightkid/nc_share
- Owner: SpotlightKid
- License: other
- Created: 2021-03-04T17:08:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T07:04:30.000Z (over 3 years ago)
- Last Synced: 2025-01-02T01:29:01.904Z (4 months ago)
- Topics: nextcloud, python, sharing
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/