Skip to content

A web app to find and browse through all occurrences of a word/phrase in a YouTube video.

Notifications You must be signed in to change notification settings

iamprayush/YouFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A webapp to find and browse through all occurrences of a word/phrase in a YouTube video.

Click here to see the demo of the app.

This app is made using the Django framework.

Steps to build the project locally

  1. Clone the repository using git clone https://github.com/iamprayush/YouFind.git.
  2. Create and activate a python3 virtual environment. (Optional but recommended)
  3. Install all requirements using pip install -r requirements.txt.
  4. Create a local_settings.py file in the youfind/ directory and add a variable SECRET_KEY with your secret key as it's value.
  5. Run the app with python manage.py runserver.

Feel free to contribute to this project by creating a PR or raising an issue :)

About

A web app to find and browse through all occurrences of a word/phrase in a YouTube video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published