Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.53 KB

python miro api client for graph tasks

goal

be able to take a miro graph made of stickies and connectors - e.g. an entity relationship diagram - and convert it to an edge list, such as a trivial graph format file. the other functionality will be creating a miro graph from such an edge list TGF. the REST API calls are wrapped into python functions for convenient usage

install

simply run make or make venv if you already have pyenv and python 3.9.13 installed

usage

  • test the token via auth_test()
  • it can be used to create a trivial graph file from a board with connected stickies via make_tgf()
  • stickies and connectors can be made via stickies_demo()

resources