2025-10-10 07:26 AM
Hi All
I’m building an automation service that needs to connect to Archicad from Python before any project is open (i.e., while Archicad is on the Start screen).
If that isn’t possible, my fallback is to launch Archicad with a project file—but some modal dialogs appear at startup and block the project from opening, so the Python JSON interface never starts listening.
Is there an official way to keep the Python JSON interface active on the Start screen (without opening a model) ?
If not, is there a supported method to suppress or auto-accept those startup dialogs when launching with a project ?
Thank you in advance !
2025-10-10 10:25 AM - edited 2025-10-10 10:27 AM
You should ask this question on the Tapir discord: Python API for archicad is no longer actively developped by Graphisoft.
The Tapir project is an opensource initiative to continue this Archicad - Python via JSON connection.
Link to the discord: https://discord.gg/NAnSennmpY
2025-10-10 11:37 AM - edited 2025-10-10 11:37 AM
You should also have a look at Multiconn by Szamosi Máté.