aleh-zhloba / instagram

The first Instagram website and lightweight API HTTP client

Home Page:http://instagram.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The original Instagram website and API client

This was the first web app that displayed profiles of Instagram users online. It was done by using Instagrams private API. Despite the fact that Instagram now displays user profiles on their official site, this app is still online.

The process of sniffing out their private API is described in my post: Creating the missing Instagram web interface.

Nowadays Instagram has an official API and many 3rd-party web sites that do interesting things with people's photos and data.

The code

  • The app is mostly contained in a single file: app.rb
  • The lightweight Ruby API client it is using: instagram.rb
  • The legacy API client (not to be used) is in lib/.

About

The first Instagram website and lightweight API HTTP client

http://instagram.heroku.com

License:MIT License


Languages

Language:Ruby 72.7%Language:CSS 16.7%Language:JavaScript 7.8%Language:HTML 2.8%