Skip to main content

Get data from youtube with individous

Project description

Individous-Wrapper

Examples:

Get all video Data:

>>> import individous_wrapper
>>> individous_wrapper.video.get_all(YOUR_VIDEO_ID)

Output (for example):

{'views': 1153480, 'likes': 74310, 'title': 'Die dunkle Wahrheit hinter “.tv” Domains', 'channel': 'Simplicissimus'}

Get only views:

>>> import individous_wrapper
>>> page = individous_wrapper.video.page(YOUR_VIDEO_ID)
>>> individous_wrapper.video.views(page)

Output (for example):

1153480

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

individous-wrapper-0.0.4.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

individous_wrapper-0.0.4-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

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