Read tweets when someone posts a tweet URL

This commit is contained in:
Basti 2015-04-28 23:46:39 +02:00
parent 5dd9a3ab2d
commit f4e68c4a88
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[ [
"hubot-help", "hubot-help",
"hubot-heroku-keepalive", "hubot-heroku-keepalive",
"hubot-read-tweet",
"hubot-redis-brain", "hubot-redis-brain",
"hubot-rules", "hubot-rules",
"hubot-shipit", "hubot-shipit",

View File

@ -6,10 +6,13 @@
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"coffee-script": "^1.9.2", "coffee-script": "^1.9.2",
"cheerio": "0.19.0",
"request": "2.30.0",
"hubot": "^2.12.0", "hubot": "^2.12.0",
"hubot-help": "^0.1.1", "hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4", "hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7", "hubot-irc": "^0.2.7",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2", "hubot-redis-brain": "0.0.2",
"hubot-rss-reader": "^0.6.7", "hubot-rss-reader": "^0.6.7",
"hubot-rules": "^0.1.0", "hubot-rules": "^0.1.0",