danshaman05 / my-assistant

Simple webpage where you can find nearest Bratislava city's bus/tram info and SHMU.sk Aladin and Radar.
0 stars 0 forks source link

IMHD Scraper: Cache links and speed up retrieving of data #14

Open danshaman05 opened 3 months ago

danshaman05 commented 3 months ago

We have some links which could be cached in order to skip some requests. For example function imhd_scraper._get_line_schedules_url could return these cached/ stored links.

We could run some service every night for example and check if these links are OK.

danshaman05 commented 3 months ago

We can store whole schedules table also.