revolution-irc icon indicating copy to clipboard operation
revolution-irc copied to clipboard

Possible shareX support?

Open k-e-l-p opened this issue 5 years ago • 2 comments

Clients like igloo for IOS have support for file hosting and sharing directly integrated into the client itself. I'm thinking that by implementing shareX support, we could allow a ton of file hosting sites to easily integrated into the client, and allow for easy, one click file sharing (once configured). I am not nearly experienced enough with java and android (especially on larger projects) to be able to do this myself, so i'm throwing this suggestion out there.

k-e-l-p avatar May 20 '19 08:05 k-e-l-p

Sadly ShareX is C# so it's not directly portable.

I might consider porting it to Android though. Does ShareX support all the websites we might care about?

MCMrARM avatar May 20 '19 11:05 MCMrARM

Well, it can be made to work with pretty much any file hosting site, since it uses a file for every different site, which defines what kind of http request it takes, which form to submit the file to, etc. Here are a bunch of shareX upload configs: https://github.com/ShareX/CustomUploaders?files=1 Perhaps there is a library for Java that can read and use these files?

k-e-l-p avatar May 20 '19 11:05 k-e-l-p