Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tatsh/instagram-archiver

Tool to download data from an Instagram profile you have access to.
https://github.com/tatsh/instagram-archiver

api instagram

Last synced: about 4 hours ago
JSON representation

Tool to download data from an Instagram profile you have access to.

Awesome Lists containing this project

README

        

# Instagram Archiver

[![QA](https://github.com/Tatsh/instagram-archiver/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/instagram-archiver/actions/workflows/qa.yml)
[![Tests](https://github.com/Tatsh/instagram-archiver/actions/workflows/tests.yml/badge.svg)](https://github.com/Tatsh/instagram-archiver/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/Tatsh/instagram-archiver/badge.svg?branch=master)](https://coveralls.io/github/Tatsh/instagram-archiver?branch=master)
[![Documentation Status](https://readthedocs.org/projects/instagram-archiver/badge/?version=latest)](https://instagram-archiver.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/instagram-archiver)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/instagram-archiver)
![GitHub](https://img.shields.io/github/license/Tatsh/instagram-archiver)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/instagram-archiver/v0.0.1/master)

Tool to download data from an Instagram profile you have access to. It downloads the images, videos,
and related metadata (stored as JSON files).

## Installation

```shell
pip install instagram-archiver
```

## Usage

```shell
ia USERNAME
```

If you like to see output, pass `--debug`.