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

Examples 2:

Get all channel Data:

>>> import individous_wrapper
>>> individous_wrapper.channel.get_all(YOUR_CHANNEL_ID) # like UC0vBXGSyV14uvJ4hECDOl0Q

Output (for example):

{'name': 'Techquickie', 'is_verify': True, 'abos': '4.1M', 'rss': 'https://invidious.sethforprivacy.com/feed/channel/UC0vBXGSyV14uvJ4hECDOl0Q'}

Get only name:

>>> import individous_wrapper
>>> page = individous_wrapper.channel.page(YOUR_CHANNEL_ID) # if you like an other instance, set the instance to your own
>>> individous_wrapper.channel.name(page)

Output (for example):

Techquickie

Links

License Repo PyPi Contact-Email

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.1.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

individous_wrapper-0.1.1-py3-none-any.whl (16.0 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