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.
- Clone the repository using
git clone https://github.com/iamprayush/YouFind.git. - Create and activate a python3 virtual environment. (Optional but recommended)
- Install all requirements using
pip install -r requirements.txt. - Create a
local_settings.pyfile in theyoufind/directory and add a variableSECRET_KEYwith your secret key as it's value. - Run the app with
python manage.py runserver.
Feel free to contribute to this project by creating a PR or raising an issue :)