how do you create a web crawler that scales?
Don’t.
Seriously, unless you NEED to, use an existing tool.
But if you insist, look into `aiohttp` for async crawling. And for the love of god, respect `robots.txt`.
Don’t.
Seriously, unless you NEED to, use an existing tool.
But if you insist, look into `aiohttp` for async crawling. And for the love of god, respect `robots.txt`.
