An open API service indexing awesome lists of open source software.

https://github.com/lepinkainen/instafetch

Fetch instagram images with Golang
https://github.com/lepinkainen/instafetch

api gjson golang instagram json

Last synced: 4 months ago
JSON representation

Fetch instagram images with Golang

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/lepinkainen/instafetch)](https://goreportcard.com/report/github.com/lepinkainen/instafetch)[![Build Status](https://travis-ci.org/lepinkainen/instafetch.svg?branch=master)](https://travis-ci.org/lepinkainen/instafetch)

# instafetch
Fetch instagram images without using the Instagram API

Instagram has made their API impossible to get permissions to use, so this program uses the "hidden" web API.

## Usage

```
-cron
Silent run for running from cron (most useful with --latest)
-debug
Enable debug logging
-latest
Only fetch the first page of each target
-update
Update all existing downloads
-username string
Username to back up
```