Search for videos and playlists in YouTube WITHOUT YouTube Data API v3.
Displays the results in nice template made with ❤️ using Django Framework.
This project is intended for education, personal and non-commercial usage only.
Working as of 2020 📆.
Clone the DjTube github repository into your operating environment.
git clone https://github.com/JAXPARROW/DjTube.git
Navigate into the project directory
cd DjTube
Use the package manager pip to install requirements for DjTube.
pip install -r requirements.txt
python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
💥Thanks to alexmercerind for making awesome library youtube-search-python which searches Video and Playlist from Youtube.
💥Thanks to Lewicpro for making the UI more appealing than before.