Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintagesucks/instagram-export
:camera: Exports all items on an Instagram profile to JSON.
https://github.com/vintagesucks/instagram-export
api cli export instagram json laravel-zero php
Last synced: 15 days ago
JSON representation
:camera: Exports all items on an Instagram profile to JSON.
- Host: GitHub
- URL: https://github.com/vintagesucks/instagram-export
- Owner: vintagesucks
- License: mit
- Created: 2017-11-12T13:26:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T02:52:32.000Z (8 months ago)
- Last Synced: 2024-03-11T01:29:22.160Z (8 months ago)
- Topics: api, cli, export, instagram, json, laravel-zero, php
- Language: PHP
- Homepage:
- Size: 849 KB
- Stars: 81
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Export
[![Build Status](https://github.com/vintagesucks/instagram-export/workflows/Build/badge.svg)](https://github.com/vintagesucks/instagram-export/actions) [![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) ![PHP](https://img.shields.io/badge/PHP-%5E8.0-blue.svg) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-round)](#contributors)Exports all items on an Instagram profile to JSON using [Instagram-API](https://github.com/vintagesucks/instagram-export/tree/master/packages/mgp25/instagram-php). Motivated by [this tweet](https://twitter.com/LeaVerou/status/929542539425677312) by Lea Verou.
## Prerequisites
* [PHP](https://www.php.net/) 8.0 or 8.1
* [Composer](https://getcomposer.org/)## Setup
Clone or download this repository to get started.
Copy `.env.example` to `.env`, fill out your account details and run:
```
composer install
```## Usage
```
php instagram export:json
```## Demo
![Demo](https://raw.githubusercontent.com/vintagesucks/instagram-export/master/example.gif)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
| [
Nikolas Evers](https://nikol.as)
[💻](https://github.com/vintagesucks/instagram-export/commits?author=vintagesucks "Code") [🚧](#maintenance-vintagesucks "Maintenance") | [
Lea Verou](http://lea.verou.me)
[🐛](https://github.com/vintagesucks/instagram-export/issues?q=author%3ALeaVerou "Bug reports") [💻](https://github.com/vintagesucks/instagram-export/commits?author=LeaVerou "Code") [🤔](#ideas-LeaVerou "Ideas, Planning, & Feedback") |
| :---: | :---: |This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!