Youtube and Instagram media downloader General info This project is a simple video downloader for Youtube videos and also can be used to download Instagram posts on your local machine Technologies Project is created with - Django version: 3.0.5 - instalooter version: 2.4.2 Setup To run this project, create a virtual environment $ pip install virtualenv $ virtualenv env_name To run the virtual environment $ env_name\Scripts\activate Next install all the dependencies and then run manage.py file as shown $ pip install -r requirements.txt $ python manage.py runserver This will run the django app on local server