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

shiki

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shiki

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

式(Shiki) beta

Shiki is The "Unidentified" Bot Framework for Twitter. written in Ruby.

Features / Problems

  • Easy to write.

Requirement

  • pupil, json and oauth gem
  • Ruby 1.9.x

Installation

gem install shiki

Examples

require "shiki"

OAUTH_KEY = {
	:consumer_key => "something",   	  # Required
	:consumer_secret => "something"		  # Required
	:access_token => "something",       # Required
	:access_token_secret => "something" # Required
}

class UsefullBot < Shiki::Base
	set :oauth_key, OAUTH_KEY
	use :memory, :database => "databases/memory.db"
	
	event :mention do |status|
		status.user.reply "Guten morgen!"
	end
end

Credits

Developer: Oame

License

Copyright (c) 2011 Oame. See LICENSE.txt for further details.

FAQs

Package last updated on 14 May 2012

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