normcyr / soso_py

Download images from a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a virtual environment with Python 3

virtualenv -p python3 venv

Activate the virtual environment

source venv/bin/activate

Install the required libraries via pip

pip install -r requirements

Run the scraper

Before running the program, you need to get the proper list_requests.json file.

Or alternatively, you can use the list_requests_test.json file to test the script.

Then, go ahead!

python soso.py

Image files will be saved in the folder corresponding to the book number.

About

Download images from a website


Languages

Language:Python 100.0%