Skip to content

kkdai/goInstagramDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goInstagram

GitHub license GoDoc Build Status

A Instagram photo tool that supports concurrency download. This tool help you to download those photos for your backup, all the photos still own by original creator.

Install

go get -u -x github.com/kkdai/goInstagramDownloader

Note, you need go to Instagram developer page to get latest token and update in environment variables

 export InstagramID="YOUR_ClientID_HERE"

Usage

goInstagramDownloader [options] 

All the photos will download to USERS/Pictures/goInstagram.

Options

  • -n Instagram page name such as: kingjames
  • -c number of workers. (concurrency), default workers is "2"

Examples

Download all photos from LeBron James Instagram Photos with 10 workers.

goInstagramDownloader -n=kingjames -c=10

Snapshot

image

TODOs

  • Support video download.

Inspired

Contribute

Please open up an issue on GitHub before you put a lot efforts on pull request. The code submitting to PR must be filtered with gofmt

Related Project

Here also a Facebook Photo downloader written by Go. https://github.com/kkdai/goFBPages

Advertising

If you want to browse facebook page on your iPhone, why not check my App here :p 粉絲相簿

Project52

It is one of my project 52.

License

This package is licensed under MIT license. See LICENSE for details.

Bitdeli Badge

About

Instagram相簿下載小幫手: Download and backup your Instagram photos written by Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages