SkillAgentSearch skills...

GoInstagramDownloader

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

Install / Use

/learn @kkdai/GoInstagramDownloader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated3mo ago
Forks7

Languages

Go

Security Score

90/100

Audited on Jan 5, 2026

No findings