benhowes / monday

Python client for Monday.com

Home Page:https://github.com/ProdPerfect/monday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python client for Monday.com

https://github.com/ProdPerfect/monday

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%