Closed psychemedia closed 8 years ago
To answer my own question, if running run.py
in the current directory with slackbot_settings.py
also in the current directory, putting demo.py
into a subdirectory demo
along with an empty __init__.py
file and then adding demo
to the list of plugins does the trick...
I tried your solution but didn't work.
If I put the example plugin code into a file
demo.py
, and have a simplerun.py
script:where do I put the
demo.py
file and how do I tweak thePLUGINS
setting?