Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
modernsnipe14 authored Nov 10, 2023
1 parent 4dc5224 commit f44abd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ HamAlerts to Discord Webook
Using an Ubuntu Linux Machine follow the below steps:

----------------------------------------------------------------------------------------------------
To Set up Telnet and Discord Connections: [!!!! TO BE UPDATED WITH NEW INSTRUCTIONS !!!!]
To Set up HamAlert and Discord Connections:
1. Create trigger on https://hamalert.org and have it action "Telnet"
2. Create a linux machine and install python3
sudo apt install python3-pip
pip install requests
3. Create your python file and copy the information from hamalert.py
4. Edit HAMALERT USERNAME, PASSWORD, and DISCORD WEBHOOK to be your information
5. Run Command: "nohup python3 hamalert.py &" (Use this command so the script stays running after you close your CLI session)
5. Follow the following guide to run python as a service in your operating system. This works for Ubuntu as well!
https://gist.github.com/emxsys/a507f3cad928e66f6410e7ac28e2990f
6. Enjoy!

----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f44abd2

Please sign in to comment.