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

imified

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imified

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== Imified

Easily IM enable your Ruby or Rails applications with one simple API.

The Imified gem aims to be as flexible as possible while helping you easily integrate instant messaging into your application.

Imified was designed to be as simple as possible. For the first implementation it will simply contain the public API methods specified on the Imified website. (http://www.imified.com/developers/api)

== Create an Imified account

  1. Create your FREE accout at http://www.imified.com/account/sign_up.

  2. Create your bot. Imified will ask you to provide the following information:

    • Name
    • Screen Name
    • URL (Note: Leave this blank until you need it.)
  3. Create a screenname for your bot. Choose one of the following services:

  4. Login to your imified bot and connect the bot to the newly created account.

== Installation

Install the gem:

gem install imified

Setup IMified when your application initializes:

Imified.setup do |config| config.botkey = 'botkey of the bot you want to use' config.email_address = 'your imified account email address' config.password = 'your imified account password' end

== Usage

Send a message to a user or list of users.

Imified.send_message("Welcome to Imified", :to => 'userkey')

Fetch the user details for a specific user.

Imified.get_user(userkey)

Fetch a list of all of the users known to the bot.

Imified.get_all_users

FAQs

Package last updated on 03 Nov 2011

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