thebrumby / HotWalletClaimer

Looking to optimize HOT earnings on Near Protocol, Wave on SUI, Vertus on TON, or other supported apps like Hamster Kombat? This Python script monitors and claims rewards for your favorite Telegram crypto games. It avoids API injections by simulating mouse movements in a real browser.
MIT License
160 stars 47 forks source link

Why we need telegram? #2

Closed Wapweb closed 5 months ago

Wapweb commented 5 months ago

Hey there, thank you for your work. I am just curious, telegram mini app it's just website that runs inside telegram. Why we need to login and interact via telegram if we could just login via https://tgapp.herewallet.app/auth/import using selenium and that's it.

thebrumby commented 5 months ago

Hi there! You're correct; my initial version for automation indeed utilized the direct URL access method, which still works fine for logging in. However, issues arise when attempting to click the claim button, as it responds with "Received no Telegram app data.", or something similar. At one point, I managed to get around this by embedding some old data into the URL, and that solution worked for a few weeks before the developers patched it. Now, they've even started monitoring mouse movements to verify the authenticity of clicks. So ultimately, despite its complexity, the method currently used remains the only working option I've found that successfully completes the claim process. :)

Wapweb commented 5 months ago

@thebrumby ok, now it's clear, thanks for the explanation!

thebrumby commented 5 months ago

My pleasure :)

thebrumby commented 5 months ago

By the way, if you decide to try the script, please feel free to let me know how it works out for you. I've made quite a few adjustments this last few days, so any feedback on how it's performing, or any issues experienced, would be really valuable. Thanks you :)

Wapweb commented 5 months ago

@thebrumby I need to dip inside code to verify there are no backdoors... I am testing it on testing account on WSL2 over window. First claim was successful, need wait for next claims, keep you updated.

thebrumby commented 5 months ago

Great thanks - The main security consideration I am aware of is not sharing your ./selenium or ./backups directories and there are a brief few seconds the twelve words will be in the memory unencrypted. But always welcome a second opinion and suggestions.

Wapweb commented 5 months ago

@thebrumby 5 claims without any issues, so far so good.

thebrumby commented 5 months ago

Nice to hear that! The Whitebit perpetual futures market currently values HOT at approximately $2.30 per coin. Hopefully, those of us who are early adopters will find a nice reward for our efforts. Thanks for your support!