raw
logbot_command_ro...    1 HOW TO USE:
logbot_command_ro... 2
logbot_command_ro... 3 Bits designed to be customized to your needs:
logbot_command_ro... 4 knobs/config.py << Edit you postgres db connection info, bot command prefix, etc.
logbot_command_ro... 5 knobs/router.py << The central command router. Write or pull in your custom commands here.
logbot_command_ro... 6 commands/* << A directory to house command scripts that you can import into router.py
logbot_command_ro... 7
logbot_command_ro... 8 To run:
logbot_command_ro... 9 Configure your bits mentioned above
logbot_command_ro... 10 Start your local postgres server and your instance of logbot or logbot-multiple-channels-corrected
logbot_command_ro... 11 ./main.py
logbot_command_ro... 12
logbot_command_ro... 13 CAVEATS:
logbot_command_ro... 14
logbot_command_ro... 15 Designed to communicate with a LOCAL Postgres server only, not remote. (Feel free to extend this to add that capability, however)