From: frrobert2 Date: Sun, 9 May 2021 21:11:46 +0000 (-0400) Subject: Merge branch 'main' of github.com:frrobert2/StationNotifier into main X-Git-Url: https://software.frrobert.com/stationnotifier/commitdiff_plain/4b45c17b2d0c4a897ced09d1c7ac05435762830a?hp=2c230c06fe0863ec3ac85bac3897d03ffcc065f0 Merge branch 'main' of github.com:frrobert2/StationNotifier into main --- diff --git a/README.md b/README.md index f9e11ab..cb4027d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +This is a fork of https://github.com/ThatsRedacted/StationNotifier + +The orginal version uses a version of curl that supported gemini. + +Due to library issues on Ubuntu I could not get the version of curl that supports Gemini to run correctly. + +My version of the script, notificatorossl, uses openssl rather than curl. + +I did add an option to run amfora if you have a notification. I have not been ablle to test it yet. + +Besides changing the variables key, cert, url you should also change the number next to sleep. Currently if you run either version the script will check for notifications every minute. You may want to increase that time so you are not hitting the site that often. + +### Original Reademe from Original Version + # StationNotifier Simple CLI notifier for Station diff --git a/notificatorossl b/notificatorossl index 4b2a9e5..5ade715 100755 --- a/notificatorossl +++ b/notificatorossl @@ -2,8 +2,8 @@ # notifitcatorossl is a fork of https://github.com/ThatsRedacted/StationNotifier # This program uses openssl rather than curl to connect to a gemini site` -key='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.key' -cert='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.crt' +key='' +cert='' connectto=30 howoften=