https://github.com/fliiiix/wp-image-scraper
Download Wordpressimage Galleries. (For backups)
https://github.com/fliiiix/wp-image-scraper
python3 webscraping wordpress
Last synced: about 1 month ago
JSON representation
Download Wordpressimage Galleries. (For backups)
- Host: GitHub
- URL: https://github.com/fliiiix/wp-image-scraper
- Owner: fliiiix
- License: bsd-2-clause
- Created: 2020-10-02T07:11:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T07:18:35.000Z (over 5 years ago)
- Last Synced: 2025-04-04T13:16:51.762Z (about 1 year ago)
- Topics: python3, webscraping, wordpress
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
wp-web-scraper
==============
Small tool I wrote to download all images from a
Wordpress Image gallery.
## installation
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
```
## Usage
```
python scrape.py http://myurl/the/path
```