Skip to content

Java tool to upload pictures and edit albums on a remote Lychee instance.

License

Notifications You must be signed in to change notification settings

schrer/lycheeupload

Repository files navigation

LycheeUpload

A java tool that can be used to upload pictures to an instance of the picture sharing server Lychee, create new albums, edit access rights to albums and a bit more.

Usage in own projects

Ways to import the code would for example be to

You can then use it in your project by creating a LycheeUploaderHttp-object. Check the JavaDoc in the source files for details.

If you just want to copy the code without making it a submodule or JitPack make sure that all dependencies specified in the pom.xml are available.

CLI Usage

The CLI apllication does not support all operations, that are available in the LycheeUploaderHttp-Class.

java -jar lycheeUpload.jar [-u <filepath> <albumId> | -l ]
  [--user <username>] [--password <password>] [--server <serverAddress>] [--config <path>]

Options:
  -u <filepath> <albumId> to upload an image\n
  -l to list albums available on the server

Thanks

Thanks to user finghine for pointing me in the right direction with his code from his upload tool for Lychee!

About

Java tool to upload pictures and edit albums on a remote Lychee instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages