Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-twitter-egosearch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-twitter-egosearch

Twitter ego-searching for hubot

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

hubot-twitter-egosearch

npm version npm downloads

Twitter ego-searching for hubot.

Installation

Install via npm.

$ cd /path/to/hubot
$ npm install --save hubot-twitter-egosearch

And add to external-scripts.json.

$ cat external-scripts.json
["hubot-twitter-egosearch"]

Configuration

# required
$ export HUBOT_TWITTER_EGOSEARCH_CONSUMER_KEY="twitter_consumer_key_here"
$ export HUBOT_TWITTER_EGOSEARCH_CONSUMER_SECRET="twitter_consumer_secret_here"
$ export HUBOT_TWITTER_EGOSEARCH_ACCESS_TOKEN="twitter_access_token_here"
$ export HUBOT_TWITTER_EGOSEARCH_ACCESS_TOKEN_SECRET="twitter_access_token_secret_here"

# optional
$ export HUBOT_TWITTER_EGOSEARCH_SHOW_DETAIL="true" # if "true" then response will be more detailed
$ export HUBOT_TWITTER_EGOSEARCH_SEARCH_INTERVAL="1000 * 60 * 5" # defaults to "1000 * 60" msec

Usage

# Start searching with "hubot script"
human> hubot egosearch add hubot script
hubot> [13551] Now searching for hubot script

# Stop searching with "hubot script"
human> hubot egosearch rm 13551
hubot> Stopped searching for hubot script

# List searching keywords
human> hubot egosearch list
hubot> [13551] hubot script @room
hubot> [53595] some search word @room

# Also can use advanced search query
human> hubot egosearch add "hubot-twitter-egosearch" -from:ttskch
hubot> [29107] Now searching for "hubot-twitter-egosearch" -from:ttskch

Keywords

FAQs

Package last updated on 04 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc