DEV Community

Discussion on: Introduction to web scraping using Python

Collapse
 
juancarlospaco profile image
Juan Carlos

Another alternative that I am building.

dev.to/juancarlospaco/faster-than-...

requests.scrapper(["http://example.org", "http://example.io"], threads=True)

😁👍