PyWiW

A When I Work API Python wrapper


License
MIT
Install
pip install PyWiW==0.1.2

Documentation

PyWiW

PyWiW is a Python wrapper library for the WhenIWork API built to simplify requests to the WhenIWork platform.

Installation

From GitHub :

$ pip install git+https://github.com/bannour-stuart/PyWiW

Prerequisites

How to set up

from PyWiW import WiW

key = '<API_token>'

account = WiW(token = key)
# Set child account user_ID with which you'd like to interact with
account.user_id = '<W-UserID>'

API Official Doc