Skip to content

Instantly share code, notes, and snippets.

@Twister915
Created July 29, 2014 20:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Twister915/5b2b78a8614b2507aaf4 to your computer and use it in GitHub Desktop.
Save Twister915/5b2b78a8614b2507aaf4 to your computer and use it in GitHub Desktop.
ShareX - Puu.sh custom uploader
{
"Name": "Puush",
"RequestType": "POST",
"RequestURL": "https://puush.me/api/up",
"FileFormName": "f",
"Arguments": {
"k": "YOUR API KEY HERE",
"z": "poop"
},
"ResponseType": "Text",
"RegexList": [
"(?<=,)(.*)(?=,.*,)"
],
"URL": "$1$",
"ThumbnailURL": "",
"DeletionURL": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment