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
- Host: GitHub
- URL: https://github.com/rango-tools/pexels-crawler-cli
- Owner: rango-tools
- License: bsd-3-clause
- Created: 2021-08-20T12:32:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T19:02:47.000Z (over 3 years ago)
- Last Synced: 2025-05-18T05:04:14.858Z (about 1 month ago)
- Topics: cli, crawler, docopt, downloader, image, pexels, pexels-api, pexels-downloader, photo, pip, python, scraper, selenium
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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"
```