a simple web scraper in Python
- install dependencies
asdf install poetry install - execute web-scraper
sample output:
python3 main.py(OR)begin web-scraper... number of links scraped from base https://docs.ray.io/en/latest/index.html till depth 2: 288sample output:time python3 main.pybegin web-scraper... number of links scraped from base https://docs.ray.io/en/latest/index.html till depth 2: 288 python3 main.py 11.48s user 0.24s system 25% cpu 46.391 total