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
Release history Release notifications | RSS feed
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.31.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.0.31.tar.gz
.
File metadata
- Download URL: invidious.py-0.0.31.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf1fdc992bbc2f0602b0f938e6b0d9a09f772fbbbbc47432dcf1dfeddf5c0db0 |
|
MD5 | 2f96f247105c7fd13ee4937061a22602 |
|
BLAKE2b-256 | 48aa1d82b2b577ee3b70878cfea93db3ac66c77087ebd2254d3cfc5f2127bfb8 |
Provenance
File details
Details for the file invidious.py-0.0.31-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.0.31-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aac5a847041bcf23876f60e0de46670a09faf42d3d8db34dfc41f5ea79567aa3 |
|
MD5 | c28e875791f7aecb414e0f4ea5d4c186 |
|
BLAKE2b-256 | 9637df15a2f3d9cc6bb741e4520ebf22a21f64bfcde8377272d0c32d682edf98 |