Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

hcarriz/instago

Repository files navigation

instago

Go Report Card

Scrape an Instagram user with Go. Get the latest release here.

Usage

Default usage:

instago -user <user> -dir <save_directory> [additional commands...]

Commands

These are the commands that can be used in instago. All of the commands can be used together. Commands that would otherwise conflict with each other (-carousel and -single or -pics and -vids) are canceled out.

REQUIRED
-user       the user to scape
-dir        the directory to save files

OPTIONAL
-after      get the posts after a certain date
-before     get the posts before a certain date
-carousel   only download media from carousel posts
-has        only download a file if the post has this text
-overwrite  overwrite media that has already been saved
-pics       only download images
-single     only download media from single posts
-vids       only download videos
-timezone   timezone aka `America/Los_Angeles`

To Do

  • Add more filters.

Inspired by insta-dl.