https://github.com/mskian/instagram-scraper-bash
Instagram Scraper to Get Post Images & video URL for Download
https://github.com/mskian/instagram-scraper-bash
bash scraper shell
Last synced: 2 months ago
JSON representation
Instagram Scraper to Get Post Images & video URL for Download
- Host: GitHub
- URL: https://github.com/mskian/instagram-scraper-bash
- Owner: mskian
- License: mit
- Created: 2018-04-28T07:39:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T08:09:38.000Z (about 8 years ago)
- Last Synced: 2024-12-29T21:14:13.875Z (over 1 year ago)
- Topics: bash, scraper, shell
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Scraper
Instagram Scraper to Get Post Images & video URL for Download
## Requirements
- wget
- grep
- xdg-open (View the Image and video in Browser)
## Setup
- Use git to clone or download it via wget
```
git clone https://github.com/mskian/instagram-scraper-bash.git
```
OR
```
wget https://raw.githubusercontent.com/mskian/instagram-scraper-bash/master/insta.sh
```
- Give Permission
```
chmod +x insta.sh
```
- Execute the Script
```
./insta.sh
```
## How to use
**Display Help Message**
- `./insta.sh -h`
```
insta.sh [options]
Instagram Scraper to Get Post Images & video URL for Download 📲
Examples:
insta.sh -i
View on Browser
insta.sh -i -b
Scrape 👩 💻 and View it on Browser
insta.sh -i -b
Options:
-i Scrape post image Download URL
-v Scrape post video Download URL
-h Display Help Message
-b View Image or Video in Browser Easy to Download
-c Check CLI Version
```
- `./insta.sh -i` - Scrap the Post image URL
- `./insta.sh -v` - Scrap the Post Video URL
## License
MIT