Skip to content

swagkarna/Instagrab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagrab

Grab images and videos and more from Instagram

Features

  • No need to sign in Instagram account
  • No need to register Instagram API
  • Download images and videos from Instagram directly
  • Download json data in additional, including profile data, image/video data...
  • Toggle image download, or/and video download, or/and json data download
  • Download only contents published in any time period

Dependency

Usage

Usage:
  ./instagrab.sh -u <username> [-d] [-i] [-v] [-f <yyyymmdd>] [-t <yyyymmdd>]

Options:
  -u               required, Instagram username
  -d               optional, skip json data download
  -i               optional, skip image download
  -v               optional, skip video download
  -f <yyyymmdd>    optional, from date, format yyyymmdd
  -t <yyyymmdd>    optional, to date, format yyyymmdd

How to run tests

~$ bats test/instagrab.bats

Disclaimer

The purpose of this script is to download media contents from Instagram in order to backup and archive them. Please do NOT copy or distribute downloaded contents to others. Please do remember that the copyright of contents always belongs to the owner of Instagram account. Please use this script at your own responsibility.

About

🎇 Grab images and videos and more from Instagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.8%
  • HTML 13.2%