app-store-scraper icon indicating copy to clipboard operation
app-store-scraper copied to clipboard

Multiple format options for reviews, allows review date fetching

Open LobeTia opened this issue 5 years ago • 2 comments

I've noticed that there's another PR that introduces the date field in the review methods by moving store.reviews to XML.

Parsing XML is slower but gives access to the date field so I think the user should have the ability to chose their preferred format based on requirements.

This MR introduces the ability to use the XML RSS feed while fetching review data. I've added some tests for making sure that popular app returns the same reviews independently from the chosen format or parameters.

LobeTia avatar Jun 01 '20 11:06 LobeTia

@LobeTia I have question about explicit_array = false. Would it not cause a trouble if there is just a single review?

marxsk avatar Sep 01 '20 13:09 marxsk

Is this gonna be merged?

GiannisS avatar May 02 '23 15:05 GiannisS