Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terieyenike/watch-yt-video-with-flask
Watch a YouTube Video
https://github.com/terieyenike/watch-yt-video-with-flask
Last synced: about 5 hours ago
JSON representation
Watch a YouTube Video
- Host: GitHub
- URL: https://github.com/terieyenike/watch-yt-video-with-flask
- Owner: Terieyenike
- Created: 2024-04-11T10:53:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:01:37.000Z (7 months ago)
- Last Synced: 2024-04-24T09:41:11.251Z (7 months ago)
- Language: HTML
- Size: 14.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watch a YouTube Video
This Flask application gives users the ability to type in a video in the search bar using the `Pywhatkit` package to watch a video from the video-sharing platform.
![yt](https://github.com/Terieyenike/weatherapi-with-python/assets/25850598/e72c542a-07ef-4355-949e-21e5dc471403)
## Prerequisites
Before running the application, ensure you have the following:
- Python installed on your system
- Flask framework installed (pip install Flask)## Tech stack
- Python
- Flask## Running locally
### Clone the repository
```
git clone https://github.com/Terieyenike/watch-yt-video-with-flask
cd watch-yt-video-with-flask
```## Install dependencies
```
pip install -r requirements.txt
```## Usage
Once you have the requirements installed, flask run from the top-level directory will serve the app on `127.0.0.1:5000`.
## Contributors
[Teri Eyenike](https://twitter.com/terieyenike)