-
+ 380E59A124DBB4C6B4DB0BC8AD7F5518522D1CEE432D84781A67142302C1C157B25545421C189BE1A63922C94CF15137F6B69B8C28B2CDF691F81E190FC4043A
README
(0 . 0)(1 . 15)
269 HOW TO USE:
270
271 Bits designed to be customized to your needs:
272 knobs/config.py << Edit you postgres db connection info, bot command prefix, etc.
273 knobs/router.py << The central command router. Write or pull in your custom commands here.
274 commands/* << A directory to house command scripts that you can import into router.py
275
276 To run:
277 Configure your bits mentioned above
278 Start your local postgres server and your instance of logbot or logbot-multiple-channels-corrected
279 ./main.py
280
281 CAVEATS:
282
283 Designed to communicate with a LOCAL Postgres server only, not remote. (Feel free to extend this to add that capability, however)