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.
- Host: GitHub
- URL: https://github.com/henry-richard7/nicegui-vidsrc
- Owner: henry-richard7
- Created: 2024-01-02T15:42:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T07:02:12.000Z (over 2 years ago)
- Last Synced: 2025-05-15T01:13:24.101Z (about 1 year ago)
- Topics: nicegui, python-webapp
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
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/