- Introduction📌
- Technology Used🚀
- Top Features⭐
- Getting Started💥
- Contributing Guidelines📑
- Code Of Conduct📑
- Open Source Programs🥳
- Project Admin⚡
- Project Contributors⚡
- Contributing is fun🧡
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.
- 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.
Read our Contributing Guidelines to learn about our development process, how to propose bugfixes and improvements, and how to build to InstaStore.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
HSOC 2k22 |
Rakesh Roshan |