An open API service indexing awesome lists of open source software.

https://github.com/ids1024/ig2atom

Create atom feed from Instagram
https://github.com/ids1024/ig2atom

Last synced: 12 months ago
JSON representation

Create atom feed from Instagram

Awesome Lists containing this project

README

          

The ig2atom script retrieves the Instagram homepage, parses it, and outputs an atom feed.

To use ig2atom, you need a `sessionid` cookie from Instagram. Log into Instagram in your browser, then retrieve the value of the cookie through your browser's settings.

Run `ig2atom SESSIONID`, replacing `SESSIONID` with the value of the cookie. The script should output an atom feed to stdout.

The script can be used in newsbeuter by adding a line with the contents `"exec:ig2atom SESSIONID"` to newsbeuter's `urls` file.