Skip to main content

Obvestila za nepremicnine.net s Playwrightom

· 3 min read
Rok Damjanić
IT, sports, nature

Na nepremicnine.net sem poskušal narediti preprost scraper z requests, pa je stran hitro vrnila zaščito/čudne HTML-je. Zato sem v projektu nepremicnine.net-notify preklopil na Playwright (Firefox), ki stran naloži kot pravi brskalnik in omogoča zanesljivo pobiranje novih oglasov.

Skripta požene več iskalnih URL-jev, zbere povezave, preveri katere so nove glede na CSV, ter pošlje obvestila prek Telegrama ali e‑pošte (npr. Gmail). Spodaj je kratek vodič, povzet po README, kako jo pripraviti in pognati.

office365 mail in openforis arena

· 4 min read
Rok Damjanić
IT, sports, nature

Fixing Office365 Mail in OpenForis Arena with STARTTLS

The OpenForis Arena platform comes with built-in email support, but the default configuration does not correctly support STARTTLS when using Office365 SMTP servers. This causes the entire mailing service to fail — which means new users cannot register, and existing admins are unable to invite users to join the system.

This guide explains how to patch the email integration to work with Office365 using NodeMailer, configure the necessary environment variables, and deploy Arena using Docker Compose — complete with working email functionality and GitHub package authentication for building the image.