Socket
Socket
Sign inDemoInstall

invidious.py

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    invidious.py

A Python wrapper for Invidious API


Maintainers
1

Readme

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'
  • PyPi: https://pypi.org/project/invidious.py/
  • Git repo: https://codeberg.org/librehub/invidious.py
  • Matrix: https://matrix.to/#/#librehub:matrix.org

Donates

Monero: 47KkgEb3agJJjSpeW1LpVi1M8fsCfREhnBCb1yib5KQgCxwb6j47XBQAamueByrLUceRinJqveZ82UCbrGqrsY9oNuZ97xN

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc