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

contactlist-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contactlist-client

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

h1. contactlist-client

The contactlist-client gem is a ruby client to "contactlist":http://github.com/flyerhzm/contactlist service which retrieves contact list of email(hotmail, gmail, yahoo, sohu, sina, 163, 126, tom, yeah, 189 and 139) and im(msn)


h2. install


gem sources -a http://gemcutter.org
gem install contactlist-client

h2. Usage


require 'contactlist-client'
  
contacts = ContactList::Client.fetch(account, password, type)

contacts.each do |contact|
  puts "username: #{contact.username}, email: #{contact.email}"
end
  • account, string of your email or im account
  • password, string of your password
  • type, string of your email type of im, now support gmail, hotmail, yahoo, sohu, sina, tom, yeah, 163, 126, 189, 139 and msn

Copyright (c) 2009 Richard Huang (flyerhzm@gmail.com). See LICENSE for details.

FAQs

Package last updated on 02 Jun 2010

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