File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11* .pyc
22.DS_Store
33* .swp
4+ python_500px.egg-info /
Original file line number Diff line number Diff line change 11python-500px
22======
33A Python client for the 500px API
4+ inspired by tweepy(https://github.com/tweepy/tweepy ), python-instagram(https://github.com/Instagram/python-instagram )
45
56Installation
67----
@@ -39,22 +40,19 @@ Methods
3940 * api.photos_vote_post()
4041 * api.upload_photo()
4142 * api.photos_update()
42-
4343 * api.users()
4444 * api.users_show()
4545 * api.users_friends()
4646 * api.users_followers()
4747 * api.users_friends_post()
4848 * api.users_friends_delete()
49-
5049 * api.blogs()
5150 * api.blogs_id()
5251 * api.blogs_comments()
5352 * api.blogs_comments_post()
5453 * api.blogs_post()
5554 * api.blogs_delete()
5655 * api.blogs_update()
57-
5856 * api.collections()
5957 * api.collections_id()
6058 * api.collections_post()
Original file line number Diff line number Diff line change 44
55"""
66500px API library
7+ inspired by tweepy(https://github.com/tweepy/tweepy), python-instagram(https://github.com/Instagram/python-instagram)
78"""
89__version__ = '0.1.0'
910__author__ = 'Akira Hirakawa'
You can’t perform that action at this time.
0 commit comments