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.35.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.0.35.tar.gz
.
File metadata
- Download URL: invidious.py-0.0.35.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d67bf7fc0685d83837a8191e51ca05906f8bbe0143a0599c6d3f18a1687da000 |
|
MD5 | ee7beffddf861322d529231b0f841d17 |
|
BLAKE2b-256 | 797614db8a0966190f211d9d883b69b9d129f5ec61b60385b1852cdbfdbd22fc |
Provenance
File details
Details for the file invidious.py-0.0.35-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.0.35-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebae5cebff835f23c6dc8aabef50bbcd60b3aca524d84074c92fb5e054c06435 |
|
MD5 | 332aaa1fae3372da722d7bdff098c0e6 |
|
BLAKE2b-256 | eb0bf0b5109f23cc8773f811b9dadf6510a823cf146e7e21c3a04542d2d510e8 |