Poryaei / All-In-One

Automatic clicker for the (Hamster ~ TapSwap ~ Cex IO) bots.
MIT License
123 stars 29 forks source link

Hamster TAP ( Hamster check: 'clickerUser') #72

Closed glushko closed 2 months ago

glushko commented 2 months ago

If your bot, show this:

** | Error in Hamster check: 'clickerUser'

Just update function tap in hamster.py like this

    def tap(self, count: int, available_taps: int = 5500):
        timex = (int)(time.time())
        payload = {"count": count,
                   "availableTaps": available_taps, "timestamp": timex}
        return self._post_request('/clicker/tap', payload)
AlexanderQueen commented 2 months ago

Thx a lot. But last line must be edited:

return self._post_request('/clicker/tap', payload) to this: return self.post_request('/clicker/tap', payload)

glushko commented 2 months ago

Thx a lot. But last line must be edited:

return self._post_request('/clicker/tap', payload) to this: return self.post_request('/clicker/tap', payload)

Yea sorry this my fault, I changed lightly this class and forgot (

Poryaei commented 2 months ago

Thanks @glushko