An open API service indexing awesome lists of open source software.

https://github.com/henry-richard7/nicegui-vidsrc

NiceGui Vidsrc is a web app developed using python and NiceGUI framework.
https://github.com/henry-richard7/nicegui-vidsrc

nicegui python-webapp

Last synced: about 1 year ago
JSON representation

NiceGui Vidsrc is a web app developed using python and NiceGUI framework.

Awesome Lists containing this project

README

          

# NiceGui-Vidsrc

NiceGui Vidsrc is a web app developed using python and NiceGUI framework.

# How to use

- Clone this repo `git clone https://github.com/henry-richard7/NiceGui-Vidsrc.git`
- Install required libraries `pip install -r requirements.txt`
- Run the app `python main.py`

# APIs Used

- **TMBD API:** Used this api to get metadata for streaming contents.
- **Vidsrc API:** Used this api to get streaming links.

# API sources

- **TMDB API:** https://developer.themoviedb.org/reference/intro/getting-started
- **Vidsrc API:** https://vidsrc.me/api/

# Python Packages:

- **HTTPX:** https://github.com/projectdiscovery/httpx
- **NiceGUI:** https://github.com/zauberzeug/nicegui/