feat: Crawling and parsing of vaccination data

See #2
This commit is contained in:
Adrian Rumpold
2021-08-10 20:06:41 +02:00
parent 8a97e92458
commit f83bb077c1
4 changed files with 111 additions and 33 deletions

View File

@@ -3,7 +3,10 @@ from .crawler import CovidCrawler
async def main():
crawler = CovidCrawler()
result = await crawler.crawl()
# result = await crawler.crawl()
# print(result)
result = await crawler.crawl_vaccination()
print(result)