Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddharth-nandagopal/web-scraper

a simple web scraper in Python
https://github.com/siddharth-nandagopal/web-scraper

asdf beautifulsoup bs4 poetry python ray requests webscraper

Last synced: 7 days ago
JSON representation

a simple web scraper in Python

Awesome Lists containing this project

README

        

# web-scraper
a simple web scraper in Python

## steps to run
1. install dependencies
```
asdf install

poetry install
```
2. execute web-scraper
```
python3 main.py
```
sample output:
```
begin web-scraper...
number of links scraped from base https://docs.ray.io/en/latest/index.html till depth 2: 288
```
(OR)
```
time python3 main.py
```
sample output:
```
begin 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
```