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
- Host: GitHub
- URL: https://github.com/dbeley/aroma-zone-scraper
- Owner: dbeley
- License: mit
- Created: 2019-04-05T12:55:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:47:23.000Z (over 3 years ago)
- Last Synced: 2025-02-27T15:45:55.901Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```