A package to interact with YouTube Data API and YouTube Transcript API
Project description
My YouTube Package
A package to interact with YouTube API and retrieve video details and transcripts.
Installation
pip install my_youtube_package
usage
from my_youtube_package.data_api import get_video_details
from my_youtube_package.transcript_api import get_transcript
# Example usage
api_key = 'YOUR_API_KEY'
video_id = 'VIDEO_ID'
details = get_video_details(video_id, api_key)
transcript = get_transcript(video_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file my_youtube_package-0.1.0.tar.gz.
File metadata
- Download URL: my_youtube_package-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d3260b8abc9ec1f38f040751e70bea788c22cef1d848f8d295cf25b63c9932
|
|
| MD5 |
14e0d4e6d03345a23f5c73832cf69ff5
|
|
| BLAKE2b-256 |
a139628b90fb5704886f3066aeebeadfc07eb4f3d3f188ce6500ef874f0f0efa
|