aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar jesopo2018-07-16 00:36:52 +0100
committerGravatar jesopo2018-07-16 00:36:52 +0100
commite06d5f37f8912802d2937cc73d99942e6cb21ea4 (patch)
treee65257e63d1e0f3f3b80f49d5dc4ccbcf85170db /README.md
parentmove 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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07f2b374..047dc437 100644
--- a/README.md
+++ b/README.md
@@ -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`