Skip to content

This Django app lets you download Youtube videos or Instagram posts

Notifications You must be signed in to change notification settings

Mayurg6832/Youtube-and-Instagram-media-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This Django app lets you download Youtube videos or Instagram posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published