Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spotlightkid/nc_share
- Owner: SpotlightKid
- License: other
- Created: 2021-03-04T17:08:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T07:04:30.000Z (about 3 years ago)
- Last Synced: 2024-11-25T17:26:26.726Z (about 2 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/