facundoolano / app-store-scraper

scrape data from the itunes app store
MIT License
1.04k stars 243 forks source link

Support for Huawei AppGallery #155

Open marxsk opened 3 years ago

marxsk commented 3 years ago

This is not a real request.

I'm thinking about creating a minimal support for Huawei AppGallery (reviews/stars). As I'm already user of booth app-store-scraper and google-play-scraper, it sounds like a get idea to mimic your API. Do you (@facundoolano) any ideas that should be done internally in different way? Any other good idea is welcomed as well.

facundoolano commented 3 years ago

I can't think of any suggestion other than trying to preserve the function and parameter names. That would make it easier to transition for devs coming from my packages, and help integrating into other projects such as the aso package. I suppose the internals will be mostly dependent on the needs of that particular store website. You may end up needing throttling or caching but I wouldn't worry about that until you actually find evidence that you are going to need it.

Good luck!