Metadata-Version: 2.1
Name: pexels-cli
Version: 0.1.0
Summary: A Simple CLI To Get Image With Specific Tag From Pexels
Home-page: https://github.com/rango-tools/pexels-crawler-cli
Author: Amirhossein Douzandeh
Author-email: amirzenoozi72@gmail.com
License: UNKNOWN
Keywords: pexels crawler selenium python package image photo dataset cli search tools web
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: astroid (==2.4.2)
Requires-Dist: certifi (==2020.11.8)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: idna (==2.10)
Requires-Dist: isort (==5.6.4)
Requires-Dist: lazy-object-proxy (==1.4.3)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: pylint (==2.6.0)
Requires-Dist: requests (==2.24.0)
Requires-Dist: selenium (==3.141.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: urllib3 (==1.25.11)
Requires-Dist: wrapt (==1.12.1)

# Pexels Crawler CLI
This is Simple CLI To Get Image With Specific Tag [Pexels](https://www.pexels.com/)


## Installation

### Prerequisites
First you need to install `Python v3.x` or upper after that you need to setup the `chrome driver` for Selenium Library.

```bash
python3 -m pip install git+https://github.com/rango-tools/pexels-crawler-cli
```

## CLI Options
This is the list of this CLI options
```
--folder-name                       Destination Folder name, Default: downloads
--page-count=<count>                Page Counter, Default: 0 (All Pages)
--show-browser                      Showing Browser if You Need.
--load-time=<seconds>               Infinite Scroll Time Out, Default: 5
-h --help                           Show this screen.
-v --version                        Show version.
```

## Example
Simple example for this CLI when you want to run.


```bash
# Search By Keyword
pexels search [--options] "YOUR-KEYWORD"
```

