Skip to main content

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

📚 Docs 🌐 PyPi 💬 Telegram

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-pexels-1.1.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

python_pexels-1.1-py3-none-any.whl (21.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page