Skip to content

Python script which sends all new additions to the PWD log file to a webhook I'm currently using an RTL-SDR dongle and SDR# (Air Spy) piped to PDW via a virtual audio cable and streaming the log file to a discord webhook. It works well.

Notifications You must be signed in to change notification settings

RocketGod-git/PDW-LOG-STREAMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDW-LOG-STREAMER

SDR++ and PDW Integration

This repository contains a script that integrates SDR++ and PDW to monitor changes to a log file generated by PDW and send messages to a Discord webhook.

Installation

SDR++

To install SDR++, follow the instructions provided in the official documentation.

PDW

To install PDW, download the latest version of the software from the official website and follow the installation instructions provided.

Script

To install the script, clone this repository to your local machine:

git clone https://github.com/RocketGod-git/PDW-LOG-STREAMER
cd PDW-LOG-STREAMER

All dependencies will automatically install on first run.

Configuration

Before running the script, you need to create a config.json file in the same directory as the script. This file should have the following format:

{
  "webhook_url": "YOUR-DISCORD-WEBHOOK-HERE"
}

Next, copy the webhook.py script and the config.json file to the PDW logging folder.

Usage

To run the script, open a command prompt or terminal window and navigate to the PDW logging folder. Then, run the following command:

python webhook.py

The script will monitor changes to the log file generated by PDW and send messages to the Discord webhook specified in the config.json file.

License

This project is licensed under the MIT License. See the LICENSE file for details.

I hope this helps! Let me know if you have any questions or need further assistance. 😊

RocketGod

About

Python script which sends all new additions to the PWD log file to a webhook I'm currently using an RTL-SDR dongle and SDR# (Air Spy) piped to PDW via a virtual audio cable and streaming the log file to a discord webhook. It works well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published