https://github.com/normcyr/soso_py
Download images from a website
https://github.com/normcyr/soso_py
Last synced: about 2 months ago
JSON representation
Download images from a website
- Host: GitHub
- URL: https://github.com/normcyr/soso_py
- Owner: normcyr
- Created: 2020-05-08T05:17:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T02:33:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T23:38:44.944Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create a virtual environment with Python 3
```bash
virtualenv -p python3 venv
```## Activate the virtual environment
```bash
source venv/bin/activate
```## Install the required libraries via pip
```bash
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!
```bash
python soso.py
```Image files will be saved in the folder corresponding to the book number.