diff options
| author | 2018-07-16 00:36:52 +0100 | |
|---|---|---|
| committer | 2018-07-16 00:36:52 +0100 | |
| commit | e06d5f37f8912802d2937cc73d99942e6cb21ea4 (patch) | |
| tree | e65257e63d1e0f3f3b80f49d5dc4ccbcf85170db /README.md | |
| parent | move sasl logic to it's own module (diff) | |
| signature | ||
switch to using configparser for config files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ Python3 event-driven modular IRC bot! * [suds](https://pypi.python.org/pypi/suds-jurko) ## Configurating -To get BitBot off the ground, there's some API-keys and the like in bot.json.example. move it to bot.json, fill in the API keys you want (and remove the ones you don't want - this will automatically disable the modules that rely on them.) +To get BitBot off the ground, there's some API-keys and the like in bot.conf.example. move it to bot.conf, fill in the API keys you want (and remove the ones you don't want - this will automatically disable the modules that rely on them.) ## Eagle -BitBot's National Rail module can optionally include output from Network Rail's SCHEDULE via [Eagle](https://github.com/EvelynSubarrow/Eagle). Configuration on BitBot's end is covered by the `eagle-` keys in bot.json.example. +BitBot's National Rail module can optionally include output from Network Rail's SCHEDULE via [Eagle](https://github.com/EvelynSubarrow/Eagle). Configuration on BitBot's end is covered by the `eagle-` keys in bot.conf.example. ## Running Just run `./start.py` |
