An open API service indexing awesome lists of open source software.

https://github.com/rango-tools/pexels-crawler-cli

A Simple Crawler For Pexels Website
https://github.com/rango-tools/pexels-crawler-cli

cli crawler docopt downloader image pexels pexels-api pexels-downloader photo pip python scraper selenium

Last synced: 1 day ago
JSON representation

A Simple Crawler For Pexels Website

Awesome Lists containing this project

README

        

# 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= Page Counter, Default: 0 (All Pages)
--show-browser Showing Browser if You Need.
--load-time= 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"
```