Data Formatter is a CLI application written on PHP, which uses your zip archive to make an HTML page with content from JSON-files.
IDF require PHP and Composer to run.
It would be great to drop here a link to request for data from Instagram?
Clone repository and install required dependencies
$ git clone git@github.com:Nekaravaev/InstagramDataFormatter.git idf
$ cd idf
$ composer installThen pass to script zip-file name and username at Instagram
$ php instagram.php -z zipname.php -u username- Write Tests
- Add views for saved.json and settings.json
- Fix some styles
MIT