This is my scripting project. The idea is to automatically read feeds from sources, filter them by keywords and interests and send them to users email. Now there is also a PowerShell cmdlet `Send-NewsDigest.ps1` that provides the same functionality using PowerShell. Create a `config.yaml` file with your feed URLs, keywords and mail settings. Then run the cmdlet: ```powershell ./Send-NewsDigest.ps1 -ConfigPath "config.yaml" ``` If doesn't work, try this: ```powershell Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```