Update readme file with new ./start_rtmbot.py file name
This commit is contained in:
parent
561c3d521b
commit
a0fdba13b4
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ Installation
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
3. Configure rtmbot (https://api.slack.com/bot-users)
|
3. Configure rtmbot (https://api.slack.com/bot-users)
|
||||||
|
|
||||||
cp doc/example-config/rtmbot.conf .
|
cp doc/example-config/rtmbot.conf .
|
||||||
vi rtmbot.conf
|
vi rtmbot.conf
|
||||||
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
|
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
|
||||||
|
@ -51,7 +51,7 @@ To install the example 'repeat' plugin
|
||||||
|
|
||||||
The repeat plugin will now be loaded by the bot on startup.
|
The repeat plugin will now be loaded by the bot on startup.
|
||||||
|
|
||||||
./rtmbot.py
|
./start_rtmbot.py
|
||||||
|
|
||||||
Create Plugins
|
Create Plugins
|
||||||
--------
|
--------
|
||||||
|
@ -71,7 +71,7 @@ Plugins can send messages back to any channel, including direct messages. This i
|
||||||
|
|
||||||
outputs = []
|
outputs = []
|
||||||
outputs.append(["C12345667", "hello world"])
|
outputs.append(["C12345667", "hello world"])
|
||||||
|
|
||||||
*Note*: you should always create the outputs array at the start of your program, i.e. ```outputs = []```
|
*Note*: you should always create the outputs array at the start of your program, i.e. ```outputs = []```
|
||||||
|
|
||||||
####Timed jobs
|
####Timed jobs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue