Plugin for Tiny Tiny RSS that allows to fetch posts from Instagram user sites. The plugin needs PHP 5.5 or a newer version.
This should be done on the command line
$ cd /your/path/to/ttrss/plugins.local
$ git clone https://github.com/wltb/ff_instagram
Alternatively, you can download the zip archive and unzip it into the plugins.local subdirectory of your Tiny Tiny RSS installation. Note that the directory containing init.php must be named ff_instagram, otherwise the plugin won't be loaded, so you may have to rename it after the unzipping.
After that, the plugin must be enabled in the preferences of Tiny Tiny RSS.
Either with
$ git pull
or redownload the archive and replace the existing directory.
With latest trunk or version >= 1.13 of Tiny Tiny RSS it is possible to subscribe directly to Instagram URLs, so simply enter or paste https://instagram.com/some_user_name into the subscribe dialog.
At the moment, the plugin can't aggregate posts from private accounts even if you have access to them, so if an subscribed account is private, the error Unknown/unsupported feed type should appear in the UI.
Since this will very likely not be implemented in the foreseeable future, pull requests would be appreciated.