https://github.com/aldaviva/instagram_rss
Convert an Instagram profile into an RSS feed.
https://github.com/aldaviva/instagram_rss
instagram rss
Last synced: 8 months ago
JSON representation
Convert an Instagram profile into an RSS feed.
- Host: GitHub
- URL: https://github.com/aldaviva/instagram_rss
- Owner: Aldaviva
- License: apache-2.0
- Created: 2016-09-30T11:37:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T09:42:28.000Z (about 8 years ago)
- Last Synced: 2025-01-29T11:13:16.578Z (over 1 year ago)
- Topics: instagram, rss
- Language: Java
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# instagram_rss
Convert an Instagram profile into an RSS feed.
## Prerequisites
- Java ≥ 7
- Servlet container like Tomcat ≥ 7, Jetty ≥ 8, or similar
- Maven 3
## Compiling
$ git clone https://github.com/Aldaviva/instagram_rss.git
$ cd instagram_rss
$ mvn package
## Running
1. Copy `instagram_rss/target/instagram_rss.war` to your servlet container's `webapps` directory, or however your server deploys WARs.
## Usage
1. Go to `http://127.0.0.1:8080/instagram_rss` in your browser (use your server's IP address).
2. Type in the username (`mad.dangerous`) or URL (`https://www.instagram.com/mad.dangerous`) of the profile to which you want to subscribe.
3. You will be redirected to the RSS feed for the profile. You can copy this URL to your favorite RSS news reader.