Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakesh9100/instastore
InstaStore is a python coded script to download Photos & Videos from Instagram without any API access.
https://github.com/rakesh9100/instastore
development hsoc22 instagram open-source open-source-development open-source-project project python software
Last synced: 2 months ago
JSON representation
InstaStore is a python coded script to download Photos & Videos from Instagram without any API access.
- Host: GitHub
- URL: https://github.com/rakesh9100/instastore
- Owner: Rakesh9100
- License: apache-2.0
- Created: 2021-11-18T21:55:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T10:12:22.000Z (11 months ago)
- Last Synced: 2024-02-24T11:25:16.232Z (11 months ago)
- Topics: development, hsoc22, instagram, open-source, open-source-development, open-source-project, project, python, software
- Language: Python
- Homepage: https://github.com/Rakesh9100/InstaStore
- Size: 11.9 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING_GUIDELINES.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
to InstaStore !!
##
`InstaStore` - Instagram Photo and Video Downloader
Table of Contents🧾
- [Introduction📌](#introduction)
- [Technology Used🚀](#technology-used)
- [Top Features⭐](#top-features)
- [Getting Started💥](#getting-started)
- [Contributing Guidelines📑](#contributing-guidelines)
- [Code Of Conduct📑](#code-of-conduct)
- [Open Source Programs🥳](#this-repo-has-been-part-of-the-following-open-source-programs)
- [Project Admin⚡](#project-admin)
- [Project Contributors⚡](#project-contributors)
- [Contributing is fun🧡](#contributing-is-fun)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🚀
Top Features⭐
- ## `Main Page`
![1](https://user-images.githubusercontent.com/73993775/144720617-d16ac70c-f29a-4bdb-a665-d12ed9e8a02b.jpg)
- ## `A or a` -- Instagram Photos
![InstaStore Photo](https://user-images.githubusercontent.com/73993775/142864010-d7d2048c-4ea8-4efb-8759-993c847bf110.gif)
- ## `B or b` -- Instagram Videos
![InstaStore Video](https://user-images.githubusercontent.com/73993775/142864128-6177e11a-2a03-49bb-bd9b-3b16dff9da66.gif)
- ## `C or c` -- Instagram Profile Picture
![InstaStore Profile Picture](https://user-images.githubusercontent.com/73993775/142864206-d329f63b-e644-41a1-b4aa-b02c6372f39a.gif)
- ## `E or e` -- ExitGetting Started💥
- Fork this Repository.
- Clone the forked repository in your local system.
```
git clone https://github.com//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
```
- 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
```
- 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.## Contributing Guidelines📑
Read our [Contributing Guidelines](https://github.com/Rakesh9100/InstaStore/blob/master/.github/CONTRIBUTING_GUIDELINES.md) 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](https://github.com/Rakesh9100/InstaStore/blob/master/.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
## This repo has been part of the following Open Source Programs🥳
Project Admin⚡
Project Contributors⚡
Contributing is fun🧡
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
Contributions of any kind from anyone are always welcome🌟!!
Give it a 🌟 if you ❤ this project. Happy Coding👨💻