Simple tool to create an RSS feed from an instagram profile. This comes with both a CLI tool and a webapp.
# Build both
make
# Build just the webapp
make feedme-webapp
# Build just the cli tool
make feedme-cli
./feedme-cli -p 8080
# or
PORT=8080 ./feedme-cli
Access http://localhost:8080/instagram/user/{instagram-name}
to get the XML feed for a particular user.
Suppose that we want an RSS feed of McDonald's instagram handle @mcdonalds, we just have to do the following
./feedme-cli -t mcdonalds