We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8acc57 commit 3d5f848Copy full SHA for 3d5f848
README.md
@@ -0,0 +1,21 @@
1
+coderwall
2
+=========
3
+A Python module for accessing user data at http://coderwall.com
4
+
5
+Usage:
6
+------
7
+```
8
+>>> from coderwall import CoderWall
9
+>>> cwc = CoderWall('cwc')
10
+>>> cwc.name
11
+u'Cameron Currie'
12
+>>> cwc.location
13
+u'Austin, TX'
14
+>>> cwc.endorsements
15
+0
16
+>>> cwc.badges
17
+[Charity: Fork and commit to someone's open source project in need,
18
+Python: Would you expect anything less? Have at least one original repo
19
+where Python is the dominant language, T-Rex: Have at least one original
20
+repo where C is the dominant language]
21
0 commit comments