Metadata-Version: 2.1
Name: yil
Version: 1.3
Summary: Yandex image loader
Home-page: https://github.com/egm108/YandexImageLoader/tree/main
Author: egm108
Author-email: egm@yandex.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (>=4.11.1)
Requires-Dist: requests (==2.26.0)

# YandexImageLoader
Loads all images found in Yandex image search html file. 
To get this file open your browser, type query and scroll down to see all
the results. Than save the page as html file.

# Installation
pip install yil

# Usage
yil [--help] [--w=<number>] [--out_dir=<output dir>] -f=<html file name> [--pb]

--help - print usage message,
--w=<number> - number of workers for parallel loading, 1 by default,
--pb -show progress bar, 
--f=<html file name> -html file with search results,
--out_dir=<dir_name> - where store images, ./downloads by default,
in this dir will be saved errors.txt (messages about downloading errors)
and indexes.txt (correspondence between numeric names in out_dir and names in 
the html file)



