Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tatsh/instagram-archiver
- Owner: Tatsh
- License: mit
- Created: 2022-06-07T17:31:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T08:32:14.000Z (7 months ago)
- Last Synced: 2024-04-14T15:24:39.575Z (7 months ago)
- Topics: api, instagram
- Language: Python
- Homepage: https://instagram-archiver.rtfd.io/
- Size: 780 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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`.