Lets get started with the AskVideos Python client
Install from PyPi using
pip install askvideos
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)
Now that the Python client is setup, we can get started by populating the index with videos.
Get started by indexing some videos.