A Python package that fetches YouTube video view counts by video titles and optional artists using async http requests.
Project description
yt_viewfinder
Python package designed to effortlessly fetch YouTube video view counts based on video titles and artists
Features
- Fetches view counts for YouTube videos based on titles and optional artists.
Installation
Install the package directly from PyPI:
pip install yt-viewfinder
To Use
from yt_viewfinder import get_youtube_view_count
# Example: Get view count for "Thriller" by Michael Jackson
view_count = get_youtube_view_count("Thriller", "Michael Jackson")
print(f"View Count: {view_count}")
Output: if no matching video it returns 0
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yt_viewfinder-2024.1.1.tar.gz.
File metadata
- Download URL: yt_viewfinder-2024.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b340304fb5d9b675ca60b5e6a4458d583ca2e4d039876c6624920075f844316b
|
|
| MD5 |
9d5dc2a9f4334898bbaecccae4a08547
|
|
| BLAKE2b-256 |
5e5bba7060ce7ffff0f3270f04b04e76c246f095ca351187f253c5ddc50dd9e7
|
File details
Details for the file yt_viewfinder-2024.1.1-py3-none-any.whl.
File metadata
- Download URL: yt_viewfinder-2024.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e691975cce0dd52b479e4ca492ed79dec3f717a17ac28f2b319984e60fa3cb2d
|
|
| MD5 |
962fc94c1945a56f8f660cadfa613e8f
|
|
| BLAKE2b-256 |
dc887aec461e76d54b2dadf9cc53a71f263c2cbbf3e85cf781d9253d9e8accab
|