File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<img src =" https://raw.githubusercontent.com/kern/hackbot/master/resources/logo.png " alt =" hackbot " width =" 360 " />
2
2
3
- Hackbot adds features to Facebook Groups through automation.
3
+ * Hackbot adds features to Facebook Groups through automation.*
4
4
5
- An instance of hackbot is running on [ Hackathon Hackers] ( https://facebook.com/groups/hackathonhackers ) .
5
+ An instance of Hackbot is running on [ Hackathon Hackers] ( https://facebook.com/groups/hackathonhackers ) .
6
6
7
7
## Installation
8
8
9
- ### 1. Get a Facebook access token
9
+ ### 1. Install Hackbot
10
+
11
+ $ npm install -g hackbot
12
+
13
+ ### 2. Get your long-lived Facebook access token
10
14
11
15
You'll need to set a few configuration options before using the hackbot in
12
16
` config.json ` . Add your Facebook Group ID, the refresh rate in milliseconds,
@@ -43,17 +47,13 @@ web-based flow][oauth-issue].
43
47
[ explorer ] : https://developers.facebook.com/tools/explorer/
44
48
[ oauth-issue ] : https://github.com/kern/hackbot/issues/6
45
49
46
- ### 2 . Collect the Graph IDs of your group's moderators
50
+ ### 3 . Collect the Graph IDs of your group's moderators
47
51
48
52
You can use the [ Graph API Explorer] [ explorer ] to find the numeric Graph API
49
53
IDs of your group's moderators.
50
54
51
55
[ explorer ] : https://developers.facebook.com/tools/explorer/
52
56
53
- ### 3. Install Hackbot
54
-
55
- $ npm install -g hackbot
56
-
57
57
## Usage
58
58
59
59
There will be * much* better usage documentation coming soon, but here's how it works:
You can’t perform that action at this time.
0 commit comments