JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
722 stars 197 forks source link

[FEAT-REQ] Add released timestamp #215

Open amrubio96 opened 1 month ago

amrubio96 commented 1 month ago

`from google_play_scraper import app from google_play_scraper.constants.element import ElementSpec, ElementSpecs

ElementSpecs.Detail["releasedTimestamp"] = ElementSpec(5, [1, 2, 10, 1, 0])`

The releasedTimestamp is at [1, 2, 10, 1, 0]