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

https://github.com/dbeley/aroma-zone-scraper

Scraper for aroma-zone.com
https://github.com/dbeley/aroma-zone-scraper

Last synced: 7 days ago
JSON representation

Scraper for aroma-zone.com

Awesome Lists containing this project

README

          

# aroma-zone-scraper

Scraper for aroma-zone.com

## Requirements

- requests
- pandas
- bs4

## Installation of the virtualenv (recommended)

```
pipenv install
```

## Usage
```
python aroma-zone-scraper.py
```

```
python aroma-zone-scraper.py -h
```

```
usage: aroma-zone-scraper.py [-h] [--debug]

Scraper aroma-zone.

optional arguments:
-h, --help show this help message and exit
--debug Display debugging information
```