I am trying to better analyze a very complex board formed from the:
https://wiki.p2pfoundation.net/Main_Page
Because of it’s complexity I was hoping to access its objects from this python client (which wraps around the REST API)
https://github.com/jasonlarkin/miro-python-client/blob/develop/gameb.ipynb
https://github.com/jasonlarkin/miro-python-client/blob/develop/miro/client.py
I noticed this topic came up recently:
I don’t necessarily need to export pictures, just the natural language associated with any metadata would be helpful. As of now this metadata is missing (see gameb.ipynb)

Having this metadata could enable semantic analysis of the board which could compliment the same analysis on this wiki which was used to seed the board:
https://wiki.p2pfoundation.net/Main_Page
My plan is to perform analysis in this vein:
https://www.mdpi.com/1999-5903/8/2/14/htm
and publish the results.
Gracias!
Jason