Pinterest Crawler: Download as many images as you want about the searched words
Project description
Pinterest Crawler
Downloads HD images from pinterest by your favorite keywords. A useful tool to create a dataset for machine learning projects.
Install
Install the package with pip in a Python>=3.8 environment:
pip install pinterest-crawler
Usage
CLI
Pinterest Crawler may be used directly in the Command Line Interface (CLI):
pinterest-crawler --keywords lion tiger bear
Also you can write your favorite keywords in a file for example my_keywords.txt
and set path of file in --keywords
argument:
pinterest-crawler --keywords my_keywords.txt
Python
Pinterest Crawler may also be used directly in a Python environment, and accepts the same arguments as in the CLI example above:
from pinterest_crawler import PinterestCrawler
pinterest_crawler = PinterestCrawler()
pinterest_crawler(keywords=['lion', 'programmer'])
TODO
- download images in a loop
- download images in a specific size
- download images in a specific format
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pinterest_crawler-0.2.0.tar.gz
.
File metadata
- Download URL: pinterest_crawler-0.2.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9390d2cfe1086048aaf3f7648274edd6cc4465c1b505f078a1fcbc1bb3fd5d17 |
|
MD5 | dd5c9a793ca456c4fbe1a608f2aee263 |
|
BLAKE2b-256 | db2090f0f7e4e671313732ed0b9f30aa3d8c5bc090ea9b3f77d40fddbcc5f994 |
File details
Details for the file pinterest_crawler-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pinterest_crawler-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83df635ae8af1ade01965e03433a2ca97d425696007f91660a2604456ee8397d |
|
MD5 | 8ef703d5d00059d066492a2c5f8c111d |
|
BLAKE2b-256 | ffdb8db06d0ceb0b33021266b45a0f85bf25dcf5753aef6897f6fa0da6be50de |