mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-05 13:02:16 +02:00
Update README.md
This commit is contained in:
12
README.md
12
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
|
||||
|
||||
Reference in New Issue
Block a user