This PowerShell script automatically sends audio recordings (.wav files) from SDR# to a Telegram channel. It monitors a specified folder, skips temporary files, and uploads completed recordings using the Telegram API.
- Monitors a folder for new
.wavfiles recorded by SDR#. - Ignores temporary files (
temporaryAudioRecord.wav) during recording. - Handles long filenames with spaces, commas, and Cyrillic characters.
- Logs all actions to a file (
SendToTelegram.log). - Works on Windows with PowerShell 5.1 or higher.
See HOWTO.md for detailed setup instructions.
MIT License (feel free to change this).
Created by [denn64].