Skip to content

Commit 8a7bd98

Browse files
committed
modified README
1 parent e4c81a2 commit 8a7bd98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pyc
22
.DS_Store
33
*.swp
4+
python_500px.egg-info/

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
python-500px
22
======
33
A Python client for the 500px API
4+
inspired by tweepy(https://github.com/tweepy/tweepy), python-instagram(https://github.com/Instagram/python-instagram)
45

56
Installation
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()

fivehundredpx/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
"""
66
500px 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'

0 commit comments

Comments
 (0)