Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.