Skip to main content

pexels

Project description

pexels

PyPI - package version PyPI - license PyPI - python version PyPI - downloads

GitHub - last commit GitHub - commit activity

GitHub - code size in bytes GitHub - repo size GitHub - lines of code

GitHub - license

Description

Get pexels video ids with selenium firefox

Install

pip install pexels
# or
pip3 install pexels

Usage

from pexels import Pexels
from pexels.models.enums import Orientation, Size

pexels = Pexels()
video_ids = pexels.get_video_ids(
    'dogs',
    videos_orientation=Orientation.HORIZONTAL,  # Optional
    videos_size=Size.FOUR_K                     # Optional
)

Dependencies

randomua, selenium-firefox

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

pexels-0.0.11.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pexels-0.0.11-py3-none-any.whl (4.7 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