Update README.md

This commit is contained in:
SpudGunMan
2024-06-26 16:52:24 -07:00
parent 3f40fe9d92
commit 3bcac89caa

View File

@@ -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