Installation

Install from PyPi using

pip install askvideos

Usage

To use the client in your application, create a client object.

import askvideos as av

API_KEY = 'YOUR_API_KEY'
client = av.Client(API_KEY)
Follow these steps to get an API key: API keys

Next steps

Now that the Python client is setup, we can get started by populating the index with videos.

Installation

Install from PyPi using

pip install askvideos

Usage

To use the client in your application, create a client object.

import askvideos as av

API_KEY = 'YOUR_API_KEY'
client = av.Client(API_KEY)
Follow these steps to get an API key: API keys

Next steps

Now that the Python client is setup, we can get started by populating the index with videos.