NabiKAZ / HamsterKombat-API

Unofficial API of hamster telegram game to get daily cards and Morse and...
https://nabikaz.github.io/HamsterKombat-API/
MIT License
18 stars 3 forks source link

images for hamster combo #8

Closed oleks-kr closed 2 months ago

oleks-kr commented 2 months ago

hi is it possible to retrieve combo images from somewhere?

oleks-kr commented 2 months ago

for example the same API but for images

NabiKAZ commented 2 months ago

The format of the photos is as follows: https://hamsterkombatgame.io/images/upgrade/.png example: https://hamsterkombatgame.io/images/upgrade/fan_tokens.png For ID, you can refer to: https://hamsterkombatgame.io/_nuxt/mine.PLot8KdU.js You can see them from about line 320.

Or tell chatGPT to write a simple js code that will extract all the addresses of the images on the page and start the game by this script: https://github.com/NabiKAZ/HamsterKombat-scripts Open under the web and run the script in the console on the web page.