A unofficial python wrapper library for Pexels API
Project description
python-pexels
A unofficial python library to support all of Pexels API features.
-
Supports all of the endpoints, which are available in API v1.0
-
Return data are python objects.
-
User friendly library.
-
Easy to use.
📚 Documentation for this library can be found below. It contains detailed instructions on how to use API.
📚 Documentation for the official API can be found here.
Installation
You can install the library via pip
pip install python-pexels
Or using source code, which is not recommended.
git clone https://github.com/jk6521/py-pexels-api.git
cd py-pexels-api
python setup.py install
more installation guide found here
Usage & Example
You need API token to access Pexels API, you can get it here
Once library is installed using pip, create a new python file named main.py
#main.py
from Pexels import Client
client = Client(token="abcd1223")
#search photos
photos = client.search_photo(query="Joker")
#you can access return data like
print(photos.total_results)
>>> 230
more examples can be found here
Useful Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-pexels-1.1.tar.gz.
File metadata
- Download URL: python-pexels-1.1.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c27a7279d66ea550e65fffa3323d666921eacd4f62eb6dbac00dba706919b0a9
|
|
| MD5 |
37e2ba8d3b4fc139afbccc981656e314
|
|
| BLAKE2b-256 |
34d1a7843e0b5f3ab12d636108247e968f6efffb377f6175f66ef2186741e71f
|
File details
Details for the file python_pexels-1.1-py3-none-any.whl.
File metadata
- Download URL: python_pexels-1.1-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
511d35ba84e3941d2b86492040802142d46da07cc6c962b7fe9aff0c52cb9093
|
|
| MD5 |
3ceffbb657f1fb7db6eadefcc6e5800d
|
|
| BLAKE2b-256 |
3aa5e0f12a6e46c0c2f0d3a723a6367ad864250ba3bb1bc5723cd84fb1c1207d
|