File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<img src =" ./Let's_try_Botkit.png " >
4
4
5
- Botkit basic template for Heroku.
5
+ Botkit basic template for Heroku. This bot is for Slack.
6
+
6
7
You can get started your Botkit-powered bot right now, just click the button! 😉
7
8
9
+
10
+ ## Let's make your bot!
11
+
12
+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/okajax/Botkit-template-for-heroku )
13
+
14
+
15
+ ## How to use it? More details
16
+
17
+ Oops, I haven't written my article in BITA-DML yet. I will add the article link. ;P
18
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Botkit-template-for-heroku" ,
3
+ "description" : " This is your Botkit-powered bot." ,
4
+ "keywords" : [
5
+ " Botkit" ,
6
+ " bot" ,
7
+ " Slack"
8
+ ],
9
+ "repository" : " https://github.com/okajax/Botkit-template-for-heroku" ,
10
+ "logo" : " https://raw.githubusercontent.com/okajax/Botkit-template-for-heroku/master/Let's_try_Botkit.png" ,
11
+ "env" : {
12
+ "token" : {
13
+ "description" : " Please input your token for bot integration" ,
14
+ "value" : " "
15
+ }
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments