ActiveConclusion / COVID19_mobility

COVID-19 Mobility Data Aggregator. Scraper of Google, Apple, Waze and TomTom COVID-19 Mobility Reports🚶🚘🚉
MIT License
267 stars 58 forks source link

TomTom scraper is failing #54

Closed ActiveConclusion closed 2 years ago

ActiveConclusion commented 2 years ago

Job: https://github.com/ActiveConclusion/COVID19_mobility/runs/6247139189?check_suite_focus=true

ActiveConclusion commented 2 years ago

Seems like TomTom disabled their daily stats API data endpoint (e.g. https://api.midway.tomtom.com/ranking/dailyStats/JPN_tokyo). If we want to continue to receive this data, we need to invent a new way of extracting and calculating the data through hourly reports. At first glance, this seems like a simple task, but actually, there are a lot of nuances that are not obvious to me. Does anyone still use TomTom reports? Please let me know, I will need advice.

ActiveConclusion commented 2 years ago

Work in progress :hammer: :vertical_traffic_light: https://github.com/ActiveConclusion/TomTom_hourly_data_scraper

UPD1: Scraper is ready, remains to add data processing. Have some troubles with timestamps 🤷‍♂️

ActiveConclusion commented 2 years ago

TomTom data is back. The scraper is working fine.