Skip to content

roshanrane24/instago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTAGO

Instagram Downloader written in golang

Usage

./instago   [OPTIONS]   [TARGET_USERNAME]

OPTIONS
  -all
        Download All Media
  -feed
        Download User Feed Post
  -highlights
        Download User Highlights
  -p string
        Login Password
  -stories
        Download User Stories
  -u string
        Login Username

Requirement

Installation

Manual Installation

git clone 'https://github.com/roshanrane24/instago.git'
go mod download github.com/ahmdrz/goinsta/v2
go mod download github.com/tcnksm/go-input
go build
go install

OR

Download Binaries