You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
For usage info, on how to use the bot, see [here](https://github.com/Zirak/SO-ChatBot/wiki/Interacting-with-the-bot).
2
2
3
-
###Running the bot###
3
+
###Running the bot###
4
4
5
5
The bot is currently a big dangle-on script running in your browser. **Run `bookmarklet.js`** in your browser to get it up an' running. For some tips on handling the bot, see [Bot Handling](https://github.com/Zirak/SO-ChatBot/wiki/Bot-Handling).
6
6
@@ -11,7 +11,7 @@ If you wish, you can also run it headlessly on top of phantomjs and node:
11
11
* Edit your credentials into `run-headless.js`
12
12
* Hit the road: `env DEBUG=nightmare node run-headless.js`
13
13
14
-
###Building###
14
+
###Building###
15
15
16
16
```sh
17
17
# one must first get the repo
@@ -35,7 +35,7 @@ The provided `publi.sh` automagically does building, adds all changed items to c
35
35
$ ./publi.sh commit-message
36
36
```
37
37
38
-
###The Bot API###
38
+
###The Bot API###
39
39
(, a very short explanation of a limited subset of)
40
40
41
41
For a real cover, check the source code or [this wiki page](https://github.com/Zirak/SO-ChatBot/wiki/Plugin-writing) or `console.log(bot)`. Should be straightforward.
0 commit comments