Invidious.py
A Python wrapper for Invidious API
Installation
With pip
$ pip install invidious.py
With Git
$ git clone https://codeberg.org/librehub/invidious.py
$ cd invidious.py
$ pip install .
Getting Started
from invidious.enums import ContentType
from invidious import *
iv = Invidious()
searched = iv.search("distrotube", ctype=ContentType.CHANNEL)
for item in searched:
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://codeberg.org/librehub/invidious.py
- Matrix: https://matrix.to/#/#librehub:cutefunny.art
Support
Any contacts and crytpocurrency wallets you can find on my profile page.
Release files for invidious.py 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| invidious.py-0.1.2.tar.gz | 20.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| invidious.py-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.7 kB
Release files / invidious.py-0.1.2.tar.gz
| Download URL | invidious.py-0.1.2.tar.gz |
|---|---|
| Size | 20.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73182f1d2a12d899f8f819bce9f5ae5bdeb3d44b010813a8ac0e42990a11ae87
|
|
BLAKE2b-256 checksum How to use checksums |
b0715ca7e58721473f74b76db9fbf0ad772ea9514e8b92fb303424e2104489fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
|
Release files / invidious.py-0.1.2-py3-none-any.whl
| Download URL | invidious.py-0.1.2-py3-none-any.whl |
|---|---|
| Size | 29.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
314721c3f63891fadb6bc39df58db98b07571b38c372878f891b1007692a44e3
|
|
BLAKE2b-256 checksum How to use checksums |
dec1f3025a1462f6d35bb8fb1f2b16a1d9249d366a4dbec5986b37c07d65fdf7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
|