New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blinkman-twitter_search

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinkman-twitter_search

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Blinkman::TwitterSearch

Twitter Search API adapter for Blinkman

Require configuration

ENV keyvaluerequire
TWITTER_CONSUMER_KEYTwitter application keyyes
TWITTER_CONSUMER_SECRETTwitter application secretyes
TWITTER_ACCESS_TOKENYour Twitter access tokenyes
TWITTER_ACCESS_TOKEN_SECRETYour Twitter access token secretyes
TWITTER_SEARCH_KEYWORDSearch keyword (ex. 'がんばるぞい OR 頑張るぞい')yes
TWITTER_SEARCH_LANGSearch language (ex. ja)no
TWITTER_SEARCH_WAIT_TIMESearch interval time. default 30 sec.no

Installation

Add this line to your application's Gemfile:

gem 'blinkman'
gem 'blinkman-twitter_search'

And then execute:

$ bundle install

Usage

require 'blinkman'

bot = Blinkman::Bot.new do
  blink green(2.times, during(250), when_if { |message|
    puts message.body # => 今日も一日がんばるぞい!
    true
  })
end

bot.listen

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rutan/blinkman-twitter_search.

License

MIT

FAQs

Package last updated on 05 May 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