diff --git a/README.md b/README.md index 782efd7..8abfe93 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ HamAlerts to Discord Webook Using Docker Before doing anything, connect to your hamalert account and create a trigger on https://hamalert.org and have it action "Telnet" ## Creating a discord webhook -To get the app running, you'll need to create a specific webhook and use a link. To create a discord webhook follow the below instructions: 1. Server Settings @@ -41,3 +40,12 @@ services: ---------------------------------------------------------------------------------------------------- Created by W2ORT, forked by F4IEY +Matthew O. +https://w2ort.com + +Updated and heavily corrected by: +Dylon N6MX +Devin KN6PHZ + +Special Thanks to: +Mark KD7DTS and the W6TRW Club! diff --git a/hamalert.py b/hamalert.py index 67e4891..7628416 100644 --- a/hamalert.py +++ b/hamalert.py @@ -4,7 +4,10 @@ import json import requests import logging +<<<<<<< HEAD import os +======= +>>>>>>> upstream/main # Replace with your HamAlert username and password HAMALERT_USERNAME = os.getenv('HAMALERT_USERNAME', 'N0CALL')