Skip to content

A simple application that turns the instagram posts of a particular account into an RSS feed.

Notifications You must be signed in to change notification settings

jamestjw/feedme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feedme

Simple tool to create an RSS feed from an instagram profile. This comes with both a CLI tool and a webapp.

Installation

# Build both
make 

# Build just the webapp
make feedme-webapp

# Build just the cli tool
make feedme-cli

Usage

Webapp

./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.

CLI tool

Suppose that we want an RSS feed of McDonald's instagram handle @mcdonalds, we just have to do the following

./feedme-cli -t mcdonalds

About

A simple application that turns the instagram posts of a particular account into an RSS feed.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published