for the purpose of some Discord Sim league, I was looking for a way how it would be possible to read data directly from the save file.
The idea is to write a Discord bot which can then automatically read the savefile and create various summaries and answer requests.
Data I would be interested in includes:
- standings of a league
- results of a league
- player/team stats
- player attributes
- player contracts
- potentially more, but that should do for the moment
Sadly I have only found information how to use the Data Editor, but for my purpose I would really need to read the data myself from the savegame.
Since the Editor as well as EHM assistant are obviously able to do so, I would love to know if there is some information (or even documentation

The necessary coding knowledge to write the bot with that information is available
