Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 499 Bytes

pyhabit

HabitRPG python library (WIP)

Installation

Install using pip

pip install git+git://github.com/nwiltsie/pyhabit

Requires

  • requests

Usage

from habitrpg import HabitAPI

api = HabitAPI(<user_id>, <api_key>)
api.user()
... # etc.

Todo

  • Unit tests
  • Streamlining code where possible

Contributors

  • Akshay Bist - Original pyhabit module and continued development
  • Xeross - Alternative module, merged into pyhabit
  • 3onyc - Continued development