Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monday

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monday

A Python client library for Monday.com

  • 2.0.1
  • PyPI
  • Socket score

Maintainers
3

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc