An open API service indexing awesome lists of open source software.

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)

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
```