Skip to content

Commit

Permalink
Add reply.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi committed Jan 30, 2019
1 parent 40ae187 commit ff6d01e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/mocha --reporter spec",
"lint": "node_modules/.bin/goodparts *.js src/**"
"lint": "node_modules/.bin/goodparts *.js src/**",
"reply": "node reply.js"
},
"keywords": [
"twitter",
Expand Down
4 changes: 4 additions & 0 deletions reply.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use strict';

var bot = require('./src/bot');
bot.replyAllWithSource();

0 comments on commit ff6d01e

Please sign in to comment.