From 362ecdf843bea7c18547cd5c0a7f0b059e8a9c31 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Mon, 13 Feb 2017 21:10:59 +0100 Subject: [PATCH] Create tools.txt --- tools.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools.txt diff --git a/tools.txt b/tools.txt new file mode 100644 index 0000000..4ccfa10 --- /dev/null +++ b/tools.txt @@ -0,0 +1,9 @@ + +Tools + +ShareX: https://getsharex.com +API + +To upload using curl or make a tool you can post using: +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload (HTML Response) +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)