Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

mislav/instagram

Repository files navigation

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