monday

A monday.com Python Client Library
For an overview of the Monday API, click here.
Requirements
Getting started
pip install monday
monday
is very simple to use -- take a look at the below example:
from monday import MondayClient
monday = MondayClient('your token')
monday.items.create_item(board_id='12345678', group_id='today', item_name='Do a thing')
Additional Resources and Code Samples
- Read our docs for a full list of available resources and methods for interacting with those resources.
Contributors
Bug Reports
TBD