Cryolite / mahjongsoul_sniffer

Tools to sniffer, decode, and archive API request and response from/to Mahjong Soul (雀魂) API
MIT License
40 stars 7 forks source link

Which is the right UUID in the 観戦 (Kansen) mode that I should crawl if I cannot use Amazon S3? #96

Open FYNIXqwq opened 9 months ago

FYNIXqwq commented 9 months ago

image I'm trying to write a simpler (in mechanism) UUID sniffer as it is tricky to register and use Amazon S3 in the place I live. None of them is the right ID in this link above, therefore how to get the UUID by just clicking Kansen games?

Another question is that in order to get large amount of data, simply clicking into a Kansen page, get requests and open another by Selenium is inefficient (plus there are only a few game records available in the Kansen lists that you have to refresh over time). Is there a better way to get data locally in a more efficient way?

My point is to crawl locally in a simpler way, thx if reply.

GrandDuke1106 commented 8 months ago

If you just want to get the uuid, https://amae-koromo.sapk.ch/ is a good choice.

And I wrote an example earlier. https://github.com/GrandDuke1106/mahjongsoul_crawler

btw, According to the Cryolite's approach, getting uuid is very fast compared to getting detailed information. averaging 100,000 uuid can be obtained in 24 hours. The bottleneck mainly occurs in obtaining detailed information.

GrandDuke1106 commented 8 months ago

而且aws在中国是绝对可用的,不像github有时会不稳定