Skip to content

Commit

Permalink
merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
f4iey committed Jun 24, 2024
2 parents 4e1a3c9 + f44abd2 commit 8cd6089
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
3 changes: 3 additions & 0 deletions hamalert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8cd6089

Please sign in to comment.