Skip to main content

How to search among Youtube videos and extract their metadata using an easy interface.

Project description

license doc

An Easy Wrapper for YouTube Data API 3.0

This module provides you an easy interface to extract YouTube video metadata including title, comments, and stats. You must setup your API KEY before being able to use this module. If you have your Google API key, you can skip this section; otherwise, check out this video: Getting Started - Creating an API Key and Querying the API. You must enter the API_KEY when you want to initialize the youtube-easy-api module. Check out the examples below. For more detailed description, you can read this article: An Easy Python Wrapper for YouTube Data API 3.0

Install

The module requires the following libraries:

  • google-api-python-client
  • google-auth-oauthlib
  • google

The, it can be installed using pip:

pip3 install youtube-easy-api

Make sure the pip is upgraded to the latest version.

Usage

The module currently support the methods below.

  • search_videos
  • get_metadata

You can search YouTube service by passing a search_keyword to the search_videos method. You will receive an ordered lists of videos according to the search configs.

from youtube_easy_api.easy_wrapper import *

easy_wrapper = YoutubeEasyWrapper()
easy_wrapper.initialize(api_key=API_KEY)
results = easy_wrapper.search_videos(search_keyword='python', order='relevance')
order_id = 1
video_id = results[order_id]['video_id']

print(video_id)
'_uQrJ0TkZlc'

You can also extract the metadata of a video by passing its video_id to the method get_metadata.

from youtube_easy_api.easy_wrapper import *

easy_wrapper = YoutubeEasyWrapper()
easy_wrapper.initialize(api_key=API_KEY)
metadata = easy_wrapper.get_metadata(video_id='rdjnkb4ONWk')

print(metadata['title']) 
'The Pink Panther Show Episode 59 - Slink Pink'

print(metadata['statistics']['likeCount'])
285373

And, that's pretty much it!

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

youtube_easy_api-0.2.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

youtube_easy_api-0.2.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file youtube_easy_api-0.2.2.tar.gz.

File metadata

  • Download URL: youtube_easy_api-0.2.2.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.3

File hashes

Hashes for youtube_easy_api-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c18d0b86aae97b470586fb011e270dc7349f065523dab621c37cf12e1f03638e
MD5 7955846efe22bc791f2250f4c0271be5
BLAKE2b-256 70c0a47ac978a58b299c572362e95cdeb5b7c3f30eeb00b16ec0ea25b4a92e5f

See more details on using hashes here.

File details

Details for the file youtube_easy_api-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: youtube_easy_api-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.3

File hashes

Hashes for youtube_easy_api-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dbaa939490856a091ddde424b64ff1232e899f512caef27304fb6367c1d6e170
MD5 e016e48c0d99dab738e648c4270b975d
BLAKE2b-256 e7bbfeff8a91c9c8ee241be70c776c21be452a013a242b95026c0a967dbaa449

See more details on using hashes here.

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