HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
819 stars 123 forks source link

Adds PowerShell script for Greenshot on Windows #138

Closed quonic closed 2 years ago

quonic commented 2 years ago

Came across PictShare when I was looking for a self hosted imgur replacement. I use Greenshot on windows and wanted an easy way to upload screenshots.

So I figured out how to with a bit of PowerShell. Sadly it does need Curl as Invoke-WebRequest and Invoke-RestMethod don't like uploading files easily. Curl simplified the process by reducing 10's of lines of code to one line of code. This script also saves the responses to a file for easier parsing; if for say a user wants to automate deletion or anything else.

geek-at commented 2 years ago

awesome thanks