/monday

Python client for Monday.com

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

monday

All Contributors

A monday.com Python Client Library

For an overview of the Monday API, click here.

Requirements

  • Python >= 3.6

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

Lemi Boyce
Lemi Boyce

💻 🐛 🚧
Tony Morello
Tony Morello

💻
chdastolfo
chdastolfo

💻 🐛 📖 🚧
Lucio Mitsuru Seki
Lucio Mitsuru Seki

💻
YOGESH NILE
YOGESH NILE

💻
spencersamuel7
spencersamuel7

💻
Alb. C
Alb. C

💻
pevner-p2
pevner-p2

💻
Taylor Cochran
Taylor Cochran

💻

Bug Reports

TBD