corona-zahlen-landkreis / corona_landkreis_fallzahlen_scraping

Scraping Germany's local districts websites for newer corona-case-numbers!
GNU General Public License v3.0
17 stars 9 forks source link

add get_status to helper, fix lippe #52

Closed dadosch closed 4 years ago

dadosch commented 4 years ago

Fix #51

This allows a wide variety of uses inside the scrapers, without beeing to strict about in which format is has to be. New formats can be easily added. They need, however, be sorted with the most general (without hours) to be at the bottom.

debugger-zz commented 4 years ago

I think every scraper adjusted to use helper / scrape.py is a good thing. I can figure out how to merge my branch with your changes tomorrow.