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
- Host: GitHub
- URL: https://github.com/ids1024/ig2atom
- Owner: ids1024
- License: mit
- Created: 2016-07-06T19:57:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T20:35:56.000Z (almost 7 years ago)
- Last Synced: 2025-06-27T03:04:39.257Z (12 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.