hubot-twitter-egosearch
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "hubot-twitter-egosearch", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Twitter ego-searching for hubot", | ||
@@ -5,0 +5,0 @@ "main": "index.coffee", |
@@ -42,12 +42,17 @@ # hubot-twitter-egosearch | ||
# Start searching with "hubot script" | ||
hubot> hubot egosearch add hubot script | ||
human> hubot egosearch add hubot script | ||
hubot> [13551] Now searching for hubot script | ||
# Stop searching with "hubot script" | ||
hubot> hubot egosearch rm hubot script | ||
human> hubot egosearch rm 3551 | ||
hubot> Stopped searching for hubot script | ||
# List searching keywords | ||
hubot> hubot egosearch list | ||
human> hubot egosearch list | ||
hubot> [13551] hubot script @room | ||
hubot> [53595] some search word @room | ||
# Also can use advanced search query | ||
hubot> hubot egosearch add "hubot-twitter-egosearch" -from:qckanemoto | ||
human> hubot egosearch add "hubot-twitter-egosearch" -from:qckanemoto | ||
hubot> [29107] Now searching for "hubot-twitter-egosearch" -from:qckanemoto | ||
``` |
7626
58