MCPcopy
hub / github.com/TheAlgorithms/Python / covid_stats_via_xpath.py

File covid_stats_via_xpath.py

web_programming/covid_stats_via_xpath.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This script demonstrates fetching simple COVID-19 statistics from the
3Worldometers archive site using lxml. lxml is chosen over BeautifulSoup
4for its speed and convenience in Python web projects (such as Django or

Callers

nothing calls this directly

Calls 1

covid_statsFunction · 0.85

Tested by

no test coverage detected