Instagram::RssGenerator

This is a simple gem which takes an Instagram username and creates an RSS feed for the users' latest posts.

Installation

Add this line to your application's Gemfile:

gem 'instagram-rss_generator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install instagram-rss_generator

Usage

require 'instagram-rss_generator'
Instagram::RssGenerator.call('#{user_name}')

Where user_name is of the form instagram.com/:user_name

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request