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.30.tar.gz
(19.3 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.0.30.tar.gz
.
File metadata
- Download URL: invidious.py-0.0.30.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 711ed49ab332d45df46b66461e04c663fee839cb203ccb5e1c86dd45ee9bb729 |
|
MD5 | a52a5b6abf0db159b60bf6cbe0ae5f18 |
|
BLAKE2b-256 | 8a288708497c670446d540b961bef80883ba3a9035d004302ea31ab118d92ef0 |
Provenance
File details
Details for the file invidious.py-0.0.30-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.0.30-py3-none-any.whl
- Upload date:
- Size: 22.6 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 | efb17bf6c232e5e7ae4dad7a20ea87e32ddc4d12020404cf0b46d20c891b08bd |
|
MD5 | 02406aa98b6aa56357572eeb47479390 |
|
BLAKE2b-256 | ce469a6e362cabe0a86beb9681d7b8ce59ba907e01b3df947142929eced3d30f |