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.36.tar.gz
(19.5 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.0.36.tar.gz
.
File metadata
- Download URL: invidious.py-0.0.36.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 | 8db78eb569d4faa7136fa61d327d24daab455269adf4123e745d65b7a3ff94eb |
|
MD5 | e77359c3db8cddda05bb6e92f165125b |
|
BLAKE2b-256 | af1f86583e9f55c9cc981e335aaafb22f8cdddc6b4a2e263a976bbeb38024325 |
Provenance
File details
Details for the file invidious.py-0.0.36-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.0.36-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 | 34e85bd9d66cc733a8000f09f5f20f7b0c81e35af00e83b2295b84e154a8e206 |
|
MD5 | a77e7ff3767ef5f7e86d21237c241e94 |
|
BLAKE2b-256 | 9b080bd3781564a2a4baa09b0c19177c1039ed22e320c0a5ad8ac7421c2edf10 |