fvrrvg / igo

A CLI for Instagram built in Go. Helps you do some tasks faster and easier like downloading posts, stories, IGTV, and DMs.
MIT License
11 stars 1 forks source link

IGO πŸ“·

A CLI for Instagram built in Go helps you do some
tasks faster and easier like downloading posts, stories, IGTV, and DMs.

Preview


🚨 Disclaimer

This project is not affiliated with Instagram or Meta in any way. It is a personal project that was created to help me learn Go. Use at your own risk. I am not responsible for any actions you take with this tool. Please do not use this tool to spam people or do anything malicious. This tool was built for educational purposes only.


🍺 Installation via Homebrew

brew tap fvrrvg/tap
brew install igo

πŸ“¦ Installation via Go

go install github.com/fvrrvg/igo@latest

πŸ› οΈ Install Manually

Install Go first and run the following commands:

git clone https://github.com/fvrrvg/igo.git
cd igo
# build
go build .
# run
./igo

πŸ“‹ Usage & Available Commands

igo [flags]
igo [command]

Available Commands

Subcommands for my command

Available Flags

Global Flags
Flags for follow, unfollow, pp, posts, stories, igtv, highlights, dms commands
Flags for posts command
Flags for nfb command

πŸ™Œ Achnowledgements

This project wouldn't be possible without the existance of this amazing project: