A Python wrapper for Invidious API
Project description
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.
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.1.2.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file invidious.py-0.1.2.tar.gz
.
File metadata
- Download URL: invidious.py-0.1.2.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73182f1d2a12d899f8f819bce9f5ae5bdeb3d44b010813a8ac0e42990a11ae87 |
|
MD5 | 353c010b1c40a6573c0d9d3bdb6bedc4 |
|
BLAKE2b-256 | b0715ca7e58721473f74b76db9fbf0ad772ea9514e8b92fb303424e2104489fb |
Provenance
File details
Details for the file invidious.py-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: invidious.py-0.1.2-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 314721c3f63891fadb6bc39df58db98b07571b38c372878f891b1007692a44e3 |
|
MD5 | 206f6f3302e9e8e2aa45e6a17799c682 |
|
BLAKE2b-256 | dec1f3025a1462f6d35bb8fb1f2b16a1d9249d366a4dbec5986b37c07d65fdf7 |