Index of /pub/mirrors/btcbase.org/patches/logbot_command_router_python_genesis/hunk

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