Skip to content

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

About

The first Instagram website and lightweight API HTTP client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.7%
  • CSS 16.7%
  • JavaScript 7.8%
  • HTML 2.8%