Skip to content

duke8585/miro-python-graph-tools

Repository files navigation

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

About

using python rest calls for graphing with miro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published