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 module for accessing user data at http://coderwall.com
6
+
7
+
Installation
8
+
------------
9
+
10
+
This module is available in the `Python Package Index <http://pypi.python.org/pypi/coderwall>`_ and can be installed easily with ``pip`` or ``easy_install``::
11
+
12
+
pip install coderwall
13
+
14
+
Usage
15
+
-----
16
+
17
+
All functionality is accessed through the ``CoderWall`` class::
18
+
19
+
>>> from coderwall import CoderWall
20
+
>>> cwc = CoderWall('cwc')
21
+
>>> cwc.name
22
+
u'Cameron Currie'
23
+
>>> cwc.location
24
+
u'Austin, TX'
25
+
>>> cwc.endorsements
26
+
0
27
+
>>> cwc.badges
28
+
[Charity: Fork and commit to someone's open source project in need,
29
+
Python: Would you expect anything less? Have at least one original repo
30
+
where Python is the dominant language, T-Rex: Have at least one original
0 commit comments