Python Package for simpler interface with the API

Hello everyone.

I have created an interface in python for handling the Monday API more smoothly.

It misses some trivial features such as board deletion on the one hand, but on the other hand it provides more advanced mechanisms such as an input board.

I highly encourage you all to check out the interface, use it, upload issues, requests and suggestions for more features. Hopefully we could create in the future a complete interface for the public use.

Main features:

  • Select an interface by title.
  • Create new boards.
  • Create new columns and groups.
  • Add items.
  • Upload multiple files.
  • Update URL.
  • Create an input board (multi-threaded).
  • Keep track of all your data.

The tool on GitHub: GitHub - Maor2871/Monday-API-Interface