Skip to main content

monday

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='12345678', group='today',  item_name='Do a thing')

Available methods:

Items Resource (monday.items)

  • create_item(board, group, item_name, column_values=None) - Create an item on a board in the given group with name item_name.

  • fetch_items_by_column_value(board_id, column, value) - Fetch items on a board by column value.

  • fetch_items_by_id(board_id, [ids]) - Fetch items from any board by ids, passed in as an array of integers.

  • change_item_value(board_id, item_id, column, value) - Change column values for item on a board. Check Monday's API for which columns are supported.

Updates Resource (monday.updates)

  • create_update(item_id, update_body) - Create an update attached to a given item.

  • fetch_updates(limit, page=None) - Fetch a certain number of updates, starting from the given page. Default is 1

Tags Resource (monday.tags)

  • fetch_tags(tag_ids=None) - Fetch all tags associated with an account. Optionally takes a list containing tag ids (if you know them). Returns IDs, names, and colors.

Contributions

TBD

Bug Reports

TBD

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monday-1.1.1.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file monday-1.1.1.tar.gz.

File metadata

  • Download URL: monday-1.1.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for monday-1.1.1.tar.gz
Algorithm Hash digest
SHA256 0c78fb8744ba3c0228eeb6230edbfea022e5378feecb06ab172eea2498f4106b
MD5 428d2d9ba6c0c5b562895a859c2afc77
BLAKE2b-256 a0d972908b6aaa6bc8e72f36fd39d40764051b7be696da531b520ce71341a404

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page