Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brejoc/stockuploader
Uploads images and videos to Adobe Stock via Command Line
https://github.com/brejoc/stockuploader
adobe photography sftp sftp-upload stock stock-images stock-videos uploader videography
Last synced: about 2 months ago
JSON representation
Uploads images and videos to Adobe Stock via Command Line
- Host: GitHub
- URL: https://github.com/brejoc/stockuploader
- Owner: brejoc
- License: mit
- Created: 2023-09-25T07:57:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T10:30:47.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:03:05.858Z (7 months ago)
- Topics: adobe, photography, sftp, sftp-upload, stock, stock-images, stock-videos, uploader, videography
- Language: Go
- Homepage:
- Size: 2.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stockuploader
stockuploader allows you to upload images and video via command line to Adobe Stock. Simple and easy. While the stockuploader works, it is a very early version.
## Usage
```
stockuploaderUsage:
stockuploader --username peter --password secret ...
stockuploader --username peter --password secret [--remote hostname] ...
stockuploader --username peter --password secret [--remote hostname] [--port 22] ...
stockuploader (-v | --version)stockuploader (-h | --help)
Arguments:
One or multiple files you'd like to uploadOptions:
-h --help Show this screen.
-v --version Show version number.
-u --username= Provide your Adobe username.
-p --password= Provide your Adobe password.
-r --remote= sFTP remote host [default: sftp.contributor.adobestock.com].
-P --port= Remote port [default: 22].
```## Installation
If you are on a Mac and you are using homebrew, then you can install stockuploader via my tap.
`$ brew tap brejoc/tap`
`$ brew install stockuploader`## Building
Install the most recent version of Go. Currently this is version `1.21.1`. Since all of the dependencies are vendorized, a `go build` is enough. After that you'll see a `stockuploader` binary in the project folder.