Name Last modified Size Description
Parent Directory - INSTALL.html 2020-10-16 14:04 4.4K __init__.py.html 2020-10-16 14:05 2.6K commands/ 2020-10-16 14:04 - knobs/ 2020-10-16 14:05 - main.py.html 2020-10-16 14:05 13K postgres_interfacing..> 2020-10-16 14:05 9.1K
(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)