معرفی شرکت ها


ayv-0.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A library to use with the YouTube API. With it you can find, manage and analyze YouTube resources (Videos, Channels, Playlists, Broadcasts e.t.c) from python scripts.
ویژگی مقدار
سیستم عامل -
نام فایل ayv-0.4.0
نام ayv
نسخه کتابخانه 0.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lyle Okoth
ایمیل نویسنده lyceokoth@gmail.com
آدرس صفحه اصلی https://youtube.readthedocs.io/
آدرس اینترنتی https://pypi.org/project/ayv/
مجوز MIT
# ayv (Analytics for YouTube Videos) > A library to use with the YouTube API. With it you can find, manage and analyze YouTube resources (Videos, Channels, Playlists, Broadcasts e.t.c) from python scripts. ## Installation ```sh pip install ayv ``` ## Get started To get started, you a verified Google Account and Google API keys. Follow this [tutorial]() that details the process of getting the API keys as well as enabling the neccssary services and authorizing a test account for use with the library. To find videos matching a particular search query like *Python programming videos*, import the library, then provide it with the path to the credentials file that you downloaded from Google: ```sh from ayv import YouTube credentials_file = '/home/user/Downloads/credentials.json' token_path = '/home/user' youtube = Youtube(credentials_file, token_path) ``` Then call the ``search_videos`` method on the youtube object with the query. ```sh python_programming_videos = youtube.search_videos('python programming videos') ``` To find the most popular Kenyan YouTube Videos: ```sh most_popular_ke_videos = youtube.find_most_popular_videos_by_region('ke') ```


نیازمندی

مقدار نام
- google-api-python-client
- google-auth-oauthlib


نحوه نصب


نصب پکیج whl ayv-0.4.0:

    pip install ayv-0.4.0.whl


نصب پکیج tar.gz ayv-0.4.0:

    pip install ayv-0.4.0.tar.gz