From e06d5f37f8912802d2937cc73d99942e6cb21ea4 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 16 Jul 2018 00:36:52 +0100 Subject: switch to using configparser for config files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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` -- cgit v1.3.1-10-gc9f91