You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python 2/3 client for the Instagram REST and Search APIs
12
15
16
+
13
17
Installation
14
-
-----
18
+
------------
15
19
```
16
-
pip install python-instagram
20
+
pip install instagram
17
21
```
18
-
Requires
19
-
-----
22
+
23
+
24
+
Requirements
25
+
------------
20
26
* httplib2
21
27
* simplejson
22
28
* six
29
+
* pytz
23
30
24
31
25
32
Instagram REST and Search APIs
26
33
------------------------------
27
-
Our [developer site](http://instagram.com/developer) documents all the Instagram REST and Search APIs.
34
+
The [Instagram developer page](http://instagram.com/developer) supposedly documents all the Instagram REST and Search APIs.
28
35
29
36
30
-
Blog
31
-
----------------------------
32
-
The [Developer Blog](http://developers.instagram.com/) features news and important announcements about the Instagram Platform. You will also find tutorials and best practices to help you build great platform integrations. Make sure to subscribe to the RSS feed not to miss out on new posts: [http://developers.instagram.com](http://developers.instagram.com).
37
+
Instagram for developers blog
38
+
-----------------------------
39
+
The [Instagram for developers blog](http://developers.instagram.com/) features news and important announcements about the Instagram Platform.
40
+
You will also find tutorials and best practices to help you build great platform integrations.
33
41
34
42
35
-
Community
36
-
----------------------
37
-
The [Stack Overflow community](http://stackoverflow.com/questions/tagged/instagram/) is a great place to ask API related questions or if you need help with your code. Make sure to tag your questions with the Instagram tag to get fast answers from other fellow developers and members of the Instagram team.
43
+
Stack Overflow community
44
+
------------------------
45
+
The Stack Overflow [instagram tag](http://stackoverflow.com/questions/tagged/instagram/) is a great place to ask API related questions or if you need help with your code.
46
+
Make sure to tag your questions with the Instagram tag to get fast answers from other fellow developers and members of the Instagram team.
38
47
39
48
40
49
Authentication
41
-
-----
50
+
--------------
42
51
43
52
Instagram API uses the OAuth2 protocol for authentication, but not all functionality requires authentication.
44
53
See the docs for more information: http://instagram.com/developer/authentication/
0 commit comments