iStockPhoto Downloader
Gracefully download datasets from istock-photo.
Quickstart
-
Download PyPI package
pip install -U istockphoto
-
Examples
- Download images about
pandaphrase.
import asyncio from istockphoto import Istock if __name__ == "__main__": istock = Istock.from_phrase("panda") asyncio.run(istock.mining())
- Similar mode
import asyncio from istockphoto import Istock # phrase, image_id name2similar = [ ("horse", "1280951754"), ("panda", "91781059"), ("cat", "1325997570") ] if __name__ == "__main__": for name, similar in name2similar: istock = Istock.from_phrase(name) istock.more_like_this(similar) asyncio.run(istock.mining())
- Download images about
What's more
Release files for istockphoto 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| istockphoto-0.1.2.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| istockphoto-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.9 kB
Release files / istockphoto-0.1.2.tar.gz
| Download URL | istockphoto-0.1.2.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c112a8610f66ed040137194ff1ae5b56b9cebdb30dd4df00246f19b39f583bd3
|
|
BLAKE2b-256 checksum How to use checksums |
e6b5fa4b66054be05f687e47e2cfc37dcc4f972bf38a3038b84d5a8571c6bf0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.0 CPython/3.10.11 Windows/10
|
Release files / istockphoto-0.1.2-py3-none-any.whl
| Download URL | istockphoto-0.1.2-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10741f7e75c6ccfbd9a721c48e25f24fe3471a7c5d7781e768bde75e57008ae4
|
|
BLAKE2b-256 checksum How to use checksums |
4038521ef6764f7e43d6fc93effcfad642351bb9c2c5dd3ceb1fbfe0ef23d502
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.0 CPython/3.10.11 Windows/10
|