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

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.0.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

individous_wrapper-0.1.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file individous-wrapper-0.1.0.tar.gz.

File metadata

  • Download URL: individous-wrapper-0.1.0.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for individous-wrapper-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f6bce8e37f13a68a258b4a89de50bf982f33a1c4192d60e7cad50b03cfb3071d
MD5 2ec97a104211482a64086b174591007a
BLAKE2b-256 861729af7d66d64158576b944029ab275d4c5c3dc3e0484c738066a8797bc095

See more details on using hashes here.

Provenance

File details

Details for the file individous_wrapper-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for individous_wrapper-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e78eb68b7730273aa33b7ea8699aadfbc43b48c5c1a38a7f300969cd2fd82df3
MD5 f9a997765277862c5c18d70ca31b94e4
BLAKE2b-256 8da012641d8da09772dcea5ca73c7cfa0e15bd08f7ecc3df07375a004ba2ab77

See more details on using hashes here.

Provenance

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