A simple image scraper to download all images from a given url
Project description
ImageScraper
============
A simple python script which downloads all images in the given webpage.
Download
--------
tar file:
Grab the latest build using https://pypi.python.org/pypi/ImageScraper
pip install:
$pip install ImageScraper
Usage
-----
+------------------------------------------------------------+
| image-scraper [-h] [--max-images MAX_IMAGES] url_to_scrape |
+------------------------------------------------------------+
Using the tar file:
Extract the contents of the tar file.
Note that ``ImageScraper`` depends on ``lxml``. and ``requests``.
If you run into problems in the compilation of ``lxml`` through ``pip``, install the ``libxml2-dev`` and ``libxslt-dev`` packages on your system.
If you dowload the tar:
======================
$cd ImageScraper/
$python setup.py install
$image-scraper --max-images 50 [url to scrap]
If installed using pip:
=======================
Open python in terminal.
$image-scraper --max-images 20 [url to scrap]
NOTE:
A new folder called "images" will be created in the same place, containing all the downloaded images.
Upgrading
---------
Check and updates and upgrade using:
$ sudo pip install ImageScraper --upgrade
============
A simple python script which downloads all images in the given webpage.
Download
--------
tar file:
Grab the latest build using https://pypi.python.org/pypi/ImageScraper
pip install:
$pip install ImageScraper
Usage
-----
+------------------------------------------------------------+
| image-scraper [-h] [--max-images MAX_IMAGES] url_to_scrape |
+------------------------------------------------------------+
Using the tar file:
Extract the contents of the tar file.
Note that ``ImageScraper`` depends on ``lxml``. and ``requests``.
If you run into problems in the compilation of ``lxml`` through ``pip``, install the ``libxml2-dev`` and ``libxslt-dev`` packages on your system.
If you dowload the tar:
======================
$cd ImageScraper/
$python setup.py install
$image-scraper --max-images 50 [url to scrap]
If installed using pip:
=======================
Open python in terminal.
$image-scraper --max-images 20 [url to scrap]
NOTE:
A new folder called "images" will be created in the same place, containing all the downloaded images.
Upgrading
---------
Check and updates and upgrade using:
$ sudo pip install ImageScraper --upgrade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ImageScraper-2.0.3.tar.gz
(5.5 kB
view details)
File details
Details for the file ImageScraper-2.0.3.tar.gz.
File metadata
- Download URL: ImageScraper-2.0.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edec898c940a8e007b0b67094f2a4f47afbf326edab450fa72011a3b2e7db8fb
|
|
| MD5 |
5d3e241546e56c9b6f820a982c9bfc81
|
|
| BLAKE2b-256 |
f7f57aacaa4d288d58de2e1687cf9ed5d839e8f6e39b17cae631747a137880cc
|