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: about 1 year 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
- Archived: true
- Created: 2017-11-12T13:26:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T00:23:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T23:12:17.942Z (about 1 year ago)
- Topics: api, cli, export, instagram, json, laravel-zero, php
- Language: PHP
- Homepage:
- Size: 853 KB
- Stars: 81
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Export
[](https://github.com/vintagesucks/instagram-export/actions) [](https://dependabot.com/)  [](#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

## 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!