Highly reccomending this python library for devs!

Hey ya’ll,
I don’t really know who’s library this is but it has been immensly helpful for my projects/clients and I would love it if we could get more community involvement in developing the library
pip install monday

It’s actually saved me hours from what I was doing before so give it a try!

8 Likes

Thanks this was helpful. What helped me the most was seeing how they double-dump the dict to json, Ie. json.dumps(json.dumps({“dict”:“data”}))… And thanks again to the makers of GraphQL for making that a requirement.

2 Likes

Do either of you have developed code you can share for how to parse the “nested dictionaries” from the json data? I want to get all the board info into a pandas dataframe (the true end goal is to build a Tableau Dashboard based on the info in the Monday.com board).

Here is the code I used to fetch the board data, but I’m not sure how to parse all these nested dictionaries.

image

1 Like