Skip to content

PowerShell-based notification filtering for Windows Phone Link

License

Notifications You must be signed in to change notification settings

grandtheftdisco/toasty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toasty 🍞

PowerShell-based notification filtering system for Windows Phone Link

A warmup project for learning Phone Link monitoring and notification filtering before building the Blinky hardware device.

What is Toasty?

Toasty monitors Windows Phone Link text messages and displays custom toast notifications based on keyword filters. It's the software prequel to Blinky - validating the core filtering logic without hardware dependency.

Project Status

🚧 Planning Phase - Repository initialized, ready to start development

Features (Planned)

  • βœ… Monitor Phone Link text notifications in real-time
  • βœ… Keyword-based filtering with categories
  • βœ… Custom toast notifications for matched messages
  • βœ… JSON-based filter configuration
  • βœ… Notification logging for debugging
  • βœ… Background monitoring script

Quick Start

Coming soon - setup instructions will be added as development progresses

Why "Toasty"?

It's the prequel to Blinky! While Blinky will be a physical notification device with LEDs and a tiny screen, Toasty teaches us the hard parts (monitoring Phone Link, filtering text) using toast notifications.

Project Structure

toasty/
β”œβ”€β”€ phone-monitor.ps1           # Main monitoring script
β”œβ”€β”€ filters.json                # Keyword definitions
β”œβ”€β”€ config.ps1                  # Configuration settings
β”œβ”€β”€ test-notification.ps1       # Testing utility
β”œβ”€β”€ docs/                       # Research and learnings
└── logs/                       # Notification logs (git-ignored)

The Journey Ahead

This project is Phase 1 of a larger vision. Once Toasty proves the monitoring and filtering logic works, the code will transition into Blinky Phase 2 - where instead of toast notifications, we'll send HTTP requests to an ESP32 device with LEDs and an OLED display.

License

MIT License - See LICENSE file for details


Created: November 2, 2025 Part of the Blinky Project

About

PowerShell-based notification filtering for Windows Phone Link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published