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.34.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.0.34.tar.gz
.
File metadata
- Download URL: invidious.py-0.0.34.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 | 633d443fdf238b0d5ae540cd1aad460bdf093f0e776db1b8738dbb89bf56c777 |
|
MD5 | 90a79a2fe029a4211867ca1eeb34d4fd |
|
BLAKE2b-256 | 1edbf8fcd015be534b5f904905cb740881361f12a6dab2b9dcac757978e0ded7 |
Provenance
File details
Details for the file invidious.py-0.0.34-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.0.34-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 | 6afdd4a6529106864cac57b8a44de6c9acd2cb3a2f35a8a975efabd395444ac1 |
|
MD5 | f6be89dd90c88d39b2d9524846438deb |
|
BLAKE2b-256 | f04602ebc8cedb23b8ea891abac13e08751bd06f55b57257ba145fc874afa9a5 |