Skip to content

Commit

Permalink
adjusted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardmedicNL committed Jun 10, 2024
1 parent 461686d commit 5405041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a script i wrote so i can get notifications if certain channels go live

**the script currently comes with 2 versions:**
- the lite version, wich just contains the script to check for livestreams and posts them to discord aswell.
- the full version, wich contains the script, the option to send log messages to a discord webhook for easy remote monitoring and a simple webserver that can be pinged to monitor uptime, aswell as simple remote post service that will send a http post to an adress of your chosing with a configurable timer with the json ```{'name': "bot_name", 'time': "unix timestamp of current time in utc"}``` all of this can be toggled on or off in the config
- the full version, wich contains the script, the option to send log messages to a discord webhook for easy remote monitoring and a simple webserver that can be pinged to monitor uptime, aswell as simple remote post service that will send a http post to an adress of your chosing with a configurable timer with the json ```{'name': "bot_name", 'time': "unix timestamp of current time in utc"}``` and the option to send a message to your gotify server if an error occurs, all of this can be toggled on or off in the config



Expand Down Expand Up @@ -45,6 +45,10 @@ full:
"remote_http_server_url": "http://google.com",
"bot_name": "NAME_OF_YOUR_BOT_FOR_REMOTE_POST",
"post_interval": "time in minutes to post to remote post"
"ping_id": "user or group id from discord to ping when an error occurs",
"use_gotify": "true or false",
"gotifyurl": "your gotify server url",
"verbose:": "0, 1 or 2 (0 is basic logging, 1 is extensive logging, 2 is extensive logging with remote logging responses)"
}
```
5. launch the script
Expand Down

0 comments on commit 5405041

Please sign in to comment.