Skip to content

Latest commit

 

History

History
164 lines (120 loc) · 7.49 KB

README.md

File metadata and controls

164 lines (120 loc) · 7.49 KB

to InstaStore !!

InstaStore - Instagram Photo and Video Downloader

Table of Contents🧾


Introduction📌

InstaStore is a python coded script to download Photos & Videos from Instagram without any API access.

I have made this project to make good use of social media like Instagram by downloading some useful images or some informative videos and do share to rest of their acquaintances.

This is a tool, where user can just copy and paste the link of Instagram Photos and Videos and it will get downloaded in your respective location with the help of Internet connection.
And just write the Instagram username to download Profile Picture of that account.

Technology Used🚀

Python

(back to top)

Top Features⭐

  • Main Page

1

  • A or a -- Instagram Photos

InstaStore Photo

  • B or b -- Instagram Videos

InstaStore Video

  • C or c -- Instagram Profile Picture

InstaStore Profile Picture

  • E or e -- Exit

(back to top)

Getting Started💥

  • Fork this Repository.
  • Clone the forked repository in your local system.
git clone https://github.com/<your-github-username>/InstaStore.git
  • Open the project in any code editor like Visual Studio Code.
  • Install the packages needed to run this project using the command.
pip install Requirements.txt
  • Raise an issue if you find a bug or add a feature.
  • Wait for the issue to be assigned and proceed only after the issue is assigned to you.
  • Navigate to the project directory.
cd InstaStore
  • Create a new branch for your feature.
git checkout -b <your_branch_name>
  • Perfom your desired changes to the code base.
  • Track and stage your changes.
# Track the changes
git status

# Add changes to Index
git add .
  • Commit your changes.
git commit -m "your_commit_message"
  • Push your committed changes to the remote repo.
git push origin <your_branch_name>
  • Go to your forked repository on GitHub and click on Compare & pull request.
  • Add an appropriate title and description to your pull request explaining your changes and efforts done.
  • Click on Create pull request.
  • Congrats! 🥳 You've made your first pull request to this project repo.
  • Wait for your pull request to be reviewed and if required suggestions would be provided to improve it.
  • Celebrate 🥳 your success after your pull request is merged successfully.

(back to top)

Contributing Guidelines📑

Read our Contributing Guidelines to learn about our development process, how to propose bugfixes and improvements, and how to build to InstaStore.

Code Of Conduct📑

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.

This repo has been part of the following Open Source Programs🥳

HSOC
HSOC 2k22

(back to top)

Project Admin⚡

Rakesh Roshan
Rakesh Roshan

Project Contributors⚡

Contributing is fun🧡

forthebadge

Contributions of any kind from anyone are always welcome🌟!!

Give it a 🌟 if you ❤ this project. Happy Coding👨‍💻

(back to top)