Python library for image scraping from popular image gallery sites
Project description
pictriever (still in development..)
An image scraping scraping library in python...
for efficient and flexible mass download of images, dataset creation etc
usage guide
pictriever can be used for downloading a wide range images in few lines of Python, from popular image sites like Bing images, Pexels, Google, etc.
Install the library with pip install pictriever
For images from Pexels(You could also use this template for others)
from pictriever.image_scraper import Pexelscraper
# sample code for downlaoding images of clouds
imscraper = Pexelscraper(search_term='clouds', min_count=10, max_count=100) # start scraper instance
image_links = imscraper.get_imlinks() # to get all the image links; set get_all_links=True
imscraper.download_all_images(link_list=image_links, output_folder='clouds', verbose=False) # set verbose to True if you want progress printing
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
pictriever-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file pictriever-0.1.0.tar.gz
.
File metadata
- Download URL: pictriever-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-76060800daily20240311-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb7aee252b092688cbaa2ee3b388c426d0a56b653c424f3636ef1cabdd00074d |
|
MD5 | de7c1861b6d3dbbf30dbf0b785711217 |
|
BLAKE2b-256 | 09898f5bbb44a9c9a117203ba411f0ffa842c3cc0a838ce815037266aa09e9ca |
File details
Details for the file pictriever-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pictriever-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-76060800daily20240311-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca26dcee8c3564276bc6521f238c2d87b734321eca63d86c487e5b946add85b4 |
|
MD5 | 0479809791235f7896b951fa610a31f9 |
|
BLAKE2b-256 | c8fe93b545a94bb32fdaf39b207ff2fc8f8e270a229c124783d79b8da32de63a |