HamsterKombatBot icon indicating copy to clipboard operation
HamsterKombatBot copied to clipboard

Add Detection for Suspected Bot Use

Open newtoneweb opened this issue 1 year ago • 5 comments

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper:

achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

newtoneweb avatar Sep 19 '24 14:09 newtoneweb

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper:

achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

И какая польза от этого?

vciumak avatar Sep 19 '24 16:09 vciumak

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

И какая польза от этого?

Можно отключить использование этой сессии, либо впринципе ее дропнуть

fr0stshard avatar Sep 19 '24 19:09 fr0stshard

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

И какая польза от этого?

Можно отключить использование этой сессии, либо впринципе ее дропнуть

А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.

vciumak avatar Sep 20 '24 07:09 vciumak

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

И какая польза от этого?

Можно отключить использование этой сессии, либо впринципе ее дропнуть

А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.

дальше будет второй и третий сезон))

mirage2812 avatar Sep 20 '24 21:09 mirage2812

I was wondering if there are suspicions of bot use. I suggest adding the following code snippet to the tapper: achievements = profile_data.get('achievements', []) for ach in achievements: if ach.get('id') == 'cheater_1' and ach.get('isClaimed'): logger.info(f"Cheater found for {self.session_name}")

И какая польза от этого?

Можно отключить использование этой сессии, либо впринципе ее дропнуть

А смысл? "Награда" уже получена, дальнейшая суета не имеет никакого смысла.

Ну, вот именно, чтоб трафик зря не использовался, сессия помечается читерской и дропается.

fr0stshard avatar Sep 21 '24 14:09 fr0stshard