https://github.com/NikkyAmresh/PexelPy
Pics Downloader with pexel API in python
https://github.com/NikkyAmresh/PexelPy
pexels pexels-api python
Last synced: about 1 year ago
JSON representation
Pics Downloader with pexel API in python
- Host: GitHub
- URL: https://github.com/NikkyAmresh/PexelPy
- Owner: NikkyAmresh
- Created: 2019-06-18T17:27:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T16:16:01.000Z (over 6 years ago)
- Last Synced: 2024-08-02T13:34:40.078Z (almost 2 years ago)
- Topics: pexels, pexels-api, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# PexelPy
* Pics Downloader with pexel API in python
----
## What is PexelPy?
> With help of **PexelPy** you can download a large number of images within a single command
----
## requirements
$ pip install requests
----
## Setup
To get your API please visit [here](https://www.pexels.com/api/new/)
* setup your API-KEY:
### auth.py
apikey='YOUR-API-KEY'
----
## Usage:
* **New download**
$ python app.py rose 10 xlq
python app.py [category] [quantity] [quality]
* 6 qualities are available :
* 'XLQ' for extra low quality
* 'LQ' for low quality
* 'M' for medium quality
* 'HD' for HD quality
* 'FHD' for FHD quality
* 'N' for original quality
* 'P' for portrait
* 'L' for landscape
* **To continue last interrupted download**
$ python app.py last
----
## Thanks
* Thanks for checking it out. :)