MCPcopy Index your code
hub / github.com/bobokvsky/yandex-images-download

github.com/bobokvsky/yandex-images-download @v1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.4 ↗ · + Follow
23 symbols 102 edges 6 files 3 documented · 13%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Yandex Images Download

Python Script to download images from Yandex.Images.

Features

  • Checking for captcha presence
  • Many filters
  • Multiproccessing is available (option --num-workers)

Main requirements

  • Python 3.7+
  • Selenium Wire 1.0.8+
  • Firefox, Chrome, Safari and Edge are supported

Installation

  1. Get Selenium driver executable for your browser and platform. Firefox, Chrome, Safari and Edge are supported.
    Use option --driver-path to specify the driver's path or add the executable in your PATH.

Examples

Simple example using Chrome WebDriver:

$ yandex-images-download Chrome --keywords "vodka, bears, balalaika" --limit 10

Example of using keywords from input file with specific image extension/format:

$ yandex-images-download Chrome --keywords_from_file input_example.txt --itype=png

All other information can be obtained with the --help argument.

Acknowledgements

Special thanks to Andrey Lyashko for code reviews.
Special thanks to Boris Kovarski (https://github.com/kovarsky) and Andrey Lyashko for backing the project.

Core symbols most depended-on inside this repo

Shape

Function 9
Method 8
Class 6

Languages

Python100%

Modules by API surface

yandex_images_download/downloader.py18 symbols
yandex_images_download/yandex_images_download.py3 symbols
yandex_images_download/parse.py1 symbols
yandex_images_download/__init__.py1 symbols

For agents

$ claude mcp add yandex-images-download \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page