Sinisterly
screenshots and upload tool - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: screenshots and upload tool (/Thread-screenshots-and-upload-tool)

Pages: 1 2


screenshots and upload tool - m2pt8 - 04-30-2018

Hi,
do you know any good tool that can take screenshots and upload an image immediately?


RE: screenshots and upload tool - Synthx - 04-30-2018

Just to name a few:
Gyazo (Also has a GIF version)
Lightshot Screenshot (I use this on my Mac)


RE: screenshots and upload tool - m2pt8 - 04-30-2018

I dont know why but I cant install the Lightshot Screenshot on my pc
I will try the Gyazo
thank you


RE: screenshots and upload tool - Synthx - 04-30-2018

(04-30-2018, 04:00 PM)m2pt8 Wrote: I dont know why but I cant install the Lightshot Screenshot on my pc
I will try the Gyazo
thank you

No problem!


RE: screenshots and upload tool - Sun0228 - 04-30-2018

What about a tool which runs in background, takes screenshot here and there and uploads it to your own server? PM me... In any case!


RE: screenshots and upload tool - amikey - 04-30-2018

If you are using windows 10 use "Snipping Tool" it comes in built in with 10 but for older version google it i think it will be available for older versions to but separately.


RE: screenshots and upload tool - mothered - 05-01-2018

You can try an open source tool named ShareX .

It allows you to take screenshots and Instantly upload to an array of file hosting sites.


RE: screenshots and upload tool - m2pt8 - 05-01-2018

(05-01-2018, 11:36 AM)mothered Wrote: You can try an open source tool named ShareX .

It allows you to take screenshots and Instantly upload to an array of file hosting sites.

looks very interesting, I will give it a try


RE: screenshots and upload tool - amikey - 05-01-2018

(05-01-2018, 11:36 AM)mothered Wrote: You can try an open source tool named ShareX .

It allows you to take screenshots and Instantly upload to an array of file hosting sites.

Thanks great share not only good for screenshot also have many more things.


RE: screenshots and upload tool - Pikami - 05-01-2018

(05-01-2018, 11:36 AM)mothered Wrote: You can try an open source tool named ShareX .

This. ShareX is and awesome tool that I use myself, you can save/upload/send(email)/post(to twitter/imgur/etc.) screenshots automatically.
Also you can add more sites if they provide an API, here's an example config for pomf sites:
Code:
{ "Name": "[SOME_TITLE]", "RequestType": "POST", "RequestURL": "https://[SOME_POMF_SITE]/user/api.php", "FileFormName": "fileToUpload", "Arguments": { "userhash": "Your userhash here (leave blank for anonymous)", "reqtype": "fileupload" }, "ResponseType": "Text" }