3
2
Fork
You've already forked invidious.py
0
A Python wrapper for Invidious API
  • Python 100%
Find a file
2024年06月28日 11:25:59 +03:00
docs Add CommentsList, update get_comments method 2022年05月24日 13:18:30 +03:00
examples Add simple InvidiousAsync class 2024年06月28日 11:25:59 +03:00
invidious Add simple InvidiousAsync class 2024年06月28日 11:25:59 +03:00
.gitignore Improve mirrors loading 2022年10月17日 21:48:52 +03:00
LICENSE Add license 2022年05月14日 11:27:32 +03:00
README.md Bump version, Update README 2024年06月14日 11:10:10 +03:00
setup.py Bump version, Update README 2024年06月14日 11:10:10 +03:00

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

Support

Any contacts and crytpocurrency wallets you can find on my profile page.