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
- Host: GitHub
- URL: https://github.com/lepinkainen/instafetch
- Owner: lepinkainen
- License: mit
- Created: 2017-03-13T23:23:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T18:19:08.000Z (about 8 years ago)
- Last Synced: 2024-06-20T15:50:42.773Z (almost 2 years ago)
- Topics: api, gjson, golang, instagram, json
- Language: Go
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/lepinkainen/instafetch)[](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
```