Skip to content

Instagram posts downloader built with Django based on instaloader.

License

Notifications You must be signed in to change notification settings

AzeemIdrisi/InstaLoaderWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaLoaderWeb

Instagram Posts Downloader built with Django based on instaloader

A web app to preview and download all pictures, videos and reels from an Instagram Post based on instaloader.

Screenshot

Features

  • Download all media from a post using URL.
  • Download a single reel using URL.

How to use

Installation

  1. Clone the Repository:

    git clone https://github.com/AzeemIdrisi/InstaLoaderWeb
    
  2. Navigate to the Project Directory:

    cd InstaLoaderWeb
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run the Django Server:

    python manage.py runserver
    
  5. Access the System:

    Open your web browser and go to http://localhost:8000 to use the system.

Downloading Single Post

  • Select Copy Link from the share button of any public Instagram Account's post/reel.
  • Enter the copied URL in the web app.
  • Click Download button.
  • Wait till the media appears.

License

This project is licensed under the GPL-3 License.

Contributing

Contributions are welcome! To contribute, please follow these guidelines:

  • Fork the repository and clone it to your local machine.
  • Make your changes and commit them with descriptive commit messages.
  • Push your changes to your fork on GitHub.
  • Open a pull request to the main repository, explaining your changes and their purpose.

Developer

Azeem Idrisi - @AzeemIdrisi

Support Me

If you like my work you can support me via :

PayPal Buy Me A Coffee



InstaLoaderWeb © Azeem Idrisi 2024