- Telegram | Archicad
Imagine typing in Telegram: /create wall length 5000 height 3000 and seeing it appear in your ARCHICAD plan via a Bot API bridge. This is technically possible today using third-party middleware like or Zapier , though it requires significant setup. Step-by-Step: Setting Up Your First ARCHICAD Telegram Alert Let’s build a simple alert for when ARCHICAD saves a backup.
In the world of Building Information Modeling (BIM), ARCHICAD (developed by Graphisoft) stands as a pillar of innovation for architects and designers. However, even the most powerful software can feel isolating without a robust support network. Over the last five years, a quiet but powerful synergy has emerged: ARCHICAD - Telegram . ARCHICAD - Telegram
import os import time from telegram import Bot bot = Bot(token="YOUR_BOT_TOKEN") chat_id = "YOUR_CHAT_ID" # Get this from @userinfobot archicad_autosave = "C:/Users/[Name]/Documents/Graphisoft/ARCHICAD Archive/" Imagine typing in Telegram: /create wall length 5000
Telegram account, Python installed, python-telegram-bot library. In the world of Building Information Modeling (BIM),