🌐 AI搜索 & 代理 主页
Skip to content

Commit 3d5f848

Browse files
committed
Add README
1 parent b8acc57 commit 3d5f848

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
��(0)