Skip to main content

A Python wrapper for Invidious API

Project description

Invidious.py

A Python wrapper for Invidious API

Installation

pip install invidious.py

Getting Started

from invidious import *

iv = Invidious()
searched = iv.search("distrotube")

for item in searched:
    if type(item) == ChannelItem:
        print(item.author) 
        # Print names of all channels
        # in first page of result 'distrotube'

Links

  • PyPi: https://pypi.org/project/invidious.py/
  • Git repo: https://notabug.org/loliconshik3/invidious.py
  • Matrix: https://matrix.to/#/#cgwbr:matrix.org

Donates

Monero: 47KkgEb3agJJjSpeW1LpVi1M8fsCfREhnBCb1yib5KQgCxwb6j47XBQAamueByrLUceRinJqveZ82UCbrGqrsY9oNuZ97xN

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

invidious.py-0.0.32.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

invidious.py-0.0.32-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

File details

Details for the file invidious.py-0.0.32.tar.gz.

File metadata

  • Download URL: invidious.py-0.0.32.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.7

File hashes

Hashes for invidious.py-0.0.32.tar.gz
Algorithm Hash digest
SHA256 9c293bdbedb53de6a55c0db4e6c04be16bd8ad77203369b72ea21ce550a66e88
MD5 e428fdee3f7f0be7464c588c845eeaa2
BLAKE2b-256 87a86b9da4f13765625594c720c2bf803324a5c910ce68505755265c51d30bd6

See more details on using hashes here.

Provenance

File details

Details for the file invidious.py-0.0.32-py3-none-any.whl.

File metadata

File hashes

Hashes for invidious.py-0.0.32-py3-none-any.whl
Algorithm Hash digest
SHA256 7a168513f357fa3c5da9b9d983b2daf1f6ab7f64be527b98998e5fe918c608b2
MD5 c7def1be2e3444d038ece96f15c19362
BLAKE2b-256 f9afcdf8d853215ec7ca4e4b0145a9902be416c591c6a4dd5947e96723803731

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