Smart123s / ItchClaim

Automatically claim free games from itch.io
https://itchclaim.tmbpeter.com
MIT License
52 stars 1 forks source link

Suggestion: WebUI implementation instead of CL interface? #7

Open Youngei402tw opened 10 months ago

Youngei402tw commented 10 months ago

Hi, just googling and found out this great tool, already got all the free games claimed! thank you so much for the work, I took a look into the code. Looks like currently it only supports a CL interface with linux, will you consider making an webUI so it can be run on all kind of devices? (especially smart phones browsers)

Smart123s commented 9 months ago

Hi,

Currently, I have no plans to add support for browser. Doing that would require writing an extension, since regular webpages cannot access another page's data for security reasons. (Imagine if a random scam site could buy gift games from your itch.io account). However, users have reported, that my site works with https://github.com/HCLonely/user.js#redeem-itchio, you can check that out. On Android, you can use Kiwi Browser or Firefox, as they support extensions. Alternatively, another user has reported, that the script runs on Termux (Android terminal emulator, just be sure to download it from F-Droid, since the Play Store venison is no longer updated).

Since we already have solutions, that can make games claimable on the webpage, I don't really want to spend time on writing an extension, that does the same things as the tools mentioned above.