Scraper for the RammsteinShop
git clone https://github.com/mrzetti/ramm-scraper
pip install -r requirements.txt
python ramm_scraper.py [-h] [--start START] [--end END] [--new]
options:
-h, --help show this help message and exit
--start START Starting id. Default: 0
--end END Ending id. Default: 10.000
--new Enable scraping new items.
Creates the directory RammsteinShop
with subfolders for each 'item' in a given id range.
- add
--new
functionality