Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattsimoessilva/restore-youtube-app
Django web app to archive YouTube videos. Inspired by the old YouTube iPad layout.
https://github.com/mattsimoessilva/restore-youtube-app
django python webapp youtube
Last synced: 28 days ago
JSON representation
Django web app to archive YouTube videos. Inspired by the old YouTube iPad layout.
- Host: GitHub
- URL: https://github.com/mattsimoessilva/restore-youtube-app
- Owner: mattsimoessilva
- License: mit
- Created: 2023-05-20T05:11:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T02:12:40.000Z (5 months ago)
- Last Synced: 2024-11-14T01:16:07.789Z (3 months ago)
- Topics: django, python, webapp, youtube
- Language: Python
- Homepage:
- Size: 39.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restore YouTube App
Django web app to archive YouTube videos. Inspired by the old YouTube iPad layout.
## Features
- Store YouTube videos
- Play stored YouTube videos
- Search stored YouTube videos## Installation
1. Clone the repository:
$ git clone https://github.com/seu_usuario/restore-youtube-app.git
2. Install the required dependencies:
$ pip install -r requirements.txt
3. Start the development server:
$ python manage.py runserver
4. Access the web application at http://localhost:8000.
## Usage
- Create a super user to use the admin page.
- Use the admin page to register YouTube videos.## Contributing
Contributions are welcome! If you find any issues or would like to add new features, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the license file for details.