sugoi/tools.txt
Eric Johansson (neku) 362ecdf843 Create tools.txt
2017-02-13 21:10:59 +01:00

10 lines
304 B
Plaintext

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)