coderwall-python

A Python module for accessing user data at http://coderwall.com
Download

coderwall-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Cameron Currie
  • Publisher web site:
  • http://github.com/cwc/

coderwall-python Tags


coderwall-python Description

coderwall is a Python module for accessing user data at http://coderwall.com.InstallationThis module is available in the Python Package Index and can be installed easily with pip or easy_install:pip install coderwallUsageAll functionality is accessed through the CoderWall class:>>> from coderwall import CoderWall>>> cwc = CoderWall('cwc')>>> cwc.nameu'Cameron Currie'>>> cwc.locationu'Austin, TX'>>> cwc.endorsements0>>> cwc.badgesProduct's homepage


coderwall-python Related Software