Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n8acl/dapnetnotifier
Forwarder to Send DAPNET Pager Messages to various notification services
https://github.com/n8acl/dapnetnotifier
dapnet discord ham-radio mattermost pushover python3 slack telegram
Last synced: about 1 month ago
JSON representation
Forwarder to Send DAPNET Pager Messages to various notification services
- Host: GitHub
- URL: https://github.com/n8acl/dapnetnotifier
- Owner: n8acl
- Created: 2022-03-28T03:45:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T03:04:49.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:31:55.121Z (3 months ago)
- Topics: dapnet, discord, ham-radio, mattermost, pushover, python3, slack, telegram
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAPNETNotifier
Forward DAPNET messages to notification services---
This Python script will poll the DAPNET API and forward any new DAPNET Messages you receive to the notification service of your choice (from the one listed below of course).
The original script this was based off of scraped the Pi-Star dashboard and forwarded any messages to APRS for notitfication as a message there. I modified the script to send it to services that could be used on a phone and instead of scraping the dashboard, it utilizes the DAPNET API.
---
## Supported Services
This script will push a notification to the following services:
- Discord
- Telegram
- Slack
- Mattermost
- Pushover---
## Installation/Setup Instructions
[Click here to see the installation and setup steps](https://github.com/n8acl/DAPNETNotifier/blob/master/Installation-Setup.md). Then come back here. This is a bit of a long document, so read it all carefully.
---
## Contact
If you have questions, please feel free to reach out to me. You can reach me in one of the following ways:- Discord: Ravendos
- Mastodon: @[email protected]
- E-mail: [email protected]Or open an issue on Github. I will respond to it, and of course you, when I can.
If you reach out to me and have an error, please include what error you are getting and what you were doing. I may also ask you to send me certain files to look at. Otherwise just reach out to me :).
---
## CreditsThanks go to [Leroy, KD8BXP](https://github.com/kd8bxp) for pointing out a DAPNET API endpoint I missed in my research that would let me pull this data directly from there.
---
## Change Log
* 09/13/2022 - Updated Script to pull from the DAPNET API versus Scrapeing the Pi-Star Dashboard
* 05/30/2022 - Fixed some README.md spelling errors.
* 03/28/2022 - Inital Release