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

Commit

Permalink
gem install instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 7, 2010
1 parent c3c70e7 commit a4278ff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
@@ -1,8 +1,10 @@
# Instagram Ruby library
# [Instagram][] Ruby library

So far, the only way to browse [Instagram][] photos was their iPhone app. Well, no more.
This library acts as a client for the [unofficial Instagram API][wiki]. It was used to create [the missing Instagram web interface][web].

This library acts as a client for the [unofficial Instagram API][wiki]. You can:
$ gem install instagram

With it, you can:

* fetch popular photos;
* get user info;
Expand Down Expand Up @@ -39,8 +41,9 @@ Caveat: you need to know user IDs; usernames can't be used. However, you can sta

## Credits

Instagram API reverse-engineered and Ruby library written by Mislav Marohnić.
Instagram API documentation and Ruby library written by Mislav Marohnić.


[instagram]: http://instagr.am/
[web]: http://instagram.heroku.com
[wiki]: https://github.com/mislav/instagram/wiki "Instagram API"

0 comments on commit a4278ff

Please sign in to comment.