Utilities for fetching meeting data and generating graphs/exports.
- Purpose: Build a directed graph from a single meeting entry and save an image.
- Output:
graph.png - Run:
python Scripts/Nodes-Edges.py- Purpose: Build a combined directed graph across all meetings and save an image.
- Output:
graph2.png - Run:
python Scripts/Nodes-Edges2.py- Purpose: Build a comprehensive directed graph and export to GEXF (Gephi).
- Output:
Scripts/all_workgroups_graph_sanitized.gexf - Run:
python Scripts/GEXF-export.py- Purpose: Generate a text summary of workgroups and meetings.
- Output:
Scripts/workgroup_meetings_summary.txt - Run:
python Scripts/Import-JSON.py- Purpose: Print the
workgroupvalue for each top-level JSON item. - Run:
python Scripts/count.pyAll scripts fetch JSON from the shared data source referenced in the top-level README.