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

https://github.com/admodev/python-web-scrapper

Web scrapper made with Python.
https://github.com/admodev/python-web-scrapper

Last synced: 11 months ago
JSON representation

Web scrapper made with Python.

Awesome Lists containing this project

README

          

# Python Web Scrapper

To install dependencies please run the following commands:

```bash
python3 -m venv venv
```

```bash
pip install -r requirements.txt
```