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


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

(05-01-2018, 12:35 PM)m2pt8 Wrote:
(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

You're welcome.

I believe It'll fulfill your needs. It also performs a wide range of functionalities.


RE: screenshots and upload tool - Synthx - 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.

I wish it was for Mac :/


RE: screenshots and upload tool - sleaze - 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.

Second this all the way. Perfect tool that gets the job done and more. And it's FOSS Smile


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

(05-01-2018, 10:54 PM)sleaze Wrote:
(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.

Second this all the way. Perfect tool that gets the job done and more. And it's FOSS Smile

yes, seems to be a good option, I will test it in the next days, I hope that it performs well to take the screenshots and immediately share them in a image host website. I have to check which image host providers it supports and how that works.


RE: screenshots and upload tool - sleaze - 05-02-2018

(05-02-2018, 12:16 AM)m2pt8 Wrote:
(05-01-2018, 10:54 PM)sleaze Wrote:
(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.

Second this all the way. Perfect tool that gets the job done and more. And it's FOSS Smile

yes, seems to be a good option, I will test it in the next days, I hope that it performs well to take the screenshots and immediately share them in a image host website. I have to check which image host providers it supports and how that works.

[Image: %219_3kb.png]
as of now it supports those on this list by default but can be configured to upload to any site that will speak JSON


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

(05-01-2018, 03:54 PM)Pikami Wrote: ShareX is and awesome tool that I use myself, you can save/upload/send(email)/post(to twitter/imgur/etc.) screenshots automatically.

It certainly Is.

There's not too many open source tools with an array of functionalities that actually serve their purpose well. I also like the fact that ShareX has a portable version, hence no need to Install.


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

(04-30-2018, 11:04 PM)amikey Wrote: 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.

sure, but that does not upload the file automatically to an image host site.


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

(05-01-2018, 03:54 PM)Pikami Wrote:
(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" }


wow thank you, love this idea!!!!