simplezws

command module
v0.0.0-...-0bce2cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2020 License: MIT Imports: 8 Imported by: 0

README

SimpleZWS

SimpleZWS is a simple image uploader and URL "hider" for personal use. Many large chat platforms will clean ZWS characters from a URL, but it works on Discord, where I am using this.

Installation

Clone the repo

git clone https://github.com/caf203/simplezws && cd simplezws

Populate your config (with your editor of choice)

mv .config.example .config

Create the image directory

mkdir images

Usage

Use your tool of choice to POST to the base URL you provided in your config. This is how I do:

maim -s --format=png /dev/stdout | curl -H "Authorization: yourauthstring" -F 'data=@-' https://curtisf.dev/u | xclip -selection clipboard

The response returned will be your base URL + the ZWS characters following it.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL