Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.33 KB

DjTube

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 📆.

Installation 🔧

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

Usage💻

python manage.py runserver

Screeshot

image.png

Contributing 📝

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.

Credits 💎

💥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.

License

MIT