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 hashes)
Built Distribution
Close
Hashes for invidious.py-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 314721c3f63891fadb6bc39df58db98b07571b38c372878f891b1007692a44e3 |
|
MD5 | 206f6f3302e9e8e2aa45e6a17799c682 |
|
BLAKE2b-256 | dec1f3025a1462f6d35bb8fb1f2b16a1d9249d366a4dbec5986b37c07d65fdf7 |