From 3bcac89caa654cbc96932c9752e73cb93486b146 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 16:52:24 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a86b4..28d2bde 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ It is recomended to leave this setting as default `True` to keep the channel cle ``` RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean) ``` + +the enhanced bot is all modules by default, to disable extra modules comment out +``` +# join all lists, comment out unwanted funtionality, defined in corresponding files/modules +trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx +trap_list = trap_list + trap_list_solarconditions # items hfcond, solar, sun, moon +trap_list = trap_list + trap_list_bbs # items bbslist, bbspost, bbsread, bbsdelete +``` + + Solar Data needs the LAT LONG for your area on the [solarconditions.py](solarconditions.py) used for when node has no location in the db ``` LATITUDE = 48.50 @@ -70,7 +80,7 @@ pip install dadjokes pip install pickle ``` -dev enhancments if using visual studio +dev parts if using visual studio ``` pip install mock pip install unittest