Archicad - Telegram • Extended & Plus
last_modified = os.path.getmtime(archicad_autosave)
You are rendering a 4K elevation that takes 2 hours. Instead of staring at your screen, you set up a bot to notify you when it's done. ARCHICAD - Telegram
Telegram account, Python installed, python-telegram-bot library. last_modified = os
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/" ARCHICAD - Telegram
Write this script in a .py file: