ASX Keyword Alert AI

Job ID: 39853703

Budget: $2 – $8 AUD

Every trading day I follow the “Today’s Announcements” feed on the ASX site and scan each notice for a handful of trigger words—Awarded, update, signs, FDA and breakthrough. I want that routine turned into a small, reliable service.

The job is to build a script or micro-service that:

• Polls https://www.asx.com.au/markets/trade-our-cash-market/todays-announcements at a reasonable interval, recognises new releases and looks for the key words
• Searches the full text (case-insensitive) for my keywords, with the flexibility for me to add or remove terms through a simple config file or UI.
• Immediately sends an email alert when a match is found. The email should name the company, headline, time-stamp, and quote the sentence where the keyword appears, so I can decide quickly whether to dig deeper.
• Keeps a lightweight log of what was scanned and which items triggered an alert, to prevent duplicates.

A straightforward command-line tool in Python, Node.js or similar is fine as long as it can run on a low-cost VPS or even a Raspberry Pi. Clean, readable code and a one-page setup guide are the only deliverables—I’ll handle deployment once I have those.