Sanderling how to parse

How do I parse the JSON into a readable format? I’m making a bot in python and i need to be able to read specific parts from the JSON. The github doesnt have documentation on using the parse elm script so im abit confused

You can use the Elm parsing functions as coded in the parseReadingFromGameClient function here:

https://github.com/Viir/bots/blob/cb4558d98f09475863d79d4033d272424bb7e881/implement/applications/eve-online/eve-online-combat-anomaly-bot/EveOnline/BotFramework.elm#L1304-L1337

Is there documentation?

Yes, this guide explains the composition of the return value you get from parseReadingFromGameClient:
https://to.botlab.org/guide/parsed-user-interface-of-the-eve-online-game-client

(This guide is also linked from the overview of guides at https://to.botlab.org/guide

You need to be careful when creating a self-driving bot.
You cannot run two or more bots at the same time if each window is managed separately - CCP sees this and bans you in less than a week.
We had an automated abyss bot, because of which a lot of accounts were banned. It worked with each window separately and even launched many alpha accounts at the same time.
Accounts that were created less than 30 days ago are also actively checked.
As we understand, CСP sees if commands for different accounts are sent from one PC at the same time