github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

cardmagic / contacts

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 218
    • 42
  • Source
  • Commits
  • Network (42)
  • Issues (5)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Click here to lend your support to: contacts and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo. — Read more

  cancel

http://rubyforge.org/projects/contacts

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

fix guess and login methods to use options 
cardmagic (author)
Tue Jan 26 10:58:19 -0800 2010
commit  19c2b6a6fd233cff0bcf86bd8e24da821941edfe
tree    91232a9122a86643ac3e54adf99ec6d6f77bad32
parent  9fc025215766b6c02859d9006d563b5d9ff88b8f
contacts /
name age
history
message
file .gitignore Mon Oct 12 07:00:14 -0700 2009 added gem dependencies to rake file [Adam Hunter]
file LICENSE Fri Mar 21 16:42:20 -0700 2008 first commit [cardmagic]
file README Tue Jan 26 10:52:56 -0800 2010 Update to handle google captcha better, thanks ... [cardmagic]
file Rakefile Wed Nov 11 14:23:47 -0800 2009 updated to use new gdata gem and set exact version [Adam Hunter]
file contacts.gemspec Tue Jan 26 10:52:56 -0800 2010 Update to handle google captcha better, thanks ... [cardmagic]
file cruise_config.rb Tue Mar 03 15:25:01 -0800 2009 Added test suites, fixed Gmail failing tests, l... [pivotal]
directory examples/ Fri Mar 21 16:42:20 -0700 2008 first commit [cardmagic]
file geminstaller.yml Thu Dec 17 00:46:18 -0800 2009 Cleaning up major change for gmail contact grab... [cardmagic]
directory lib/ Tue Jan 26 10:58:19 -0800 2010 fix guess and login methods to use options [cardmagic]
directory test/ Fri Dec 11 13:02:55 -0800 2009 Fix yahoo contact importer [cardmagic]
README
== Welcome to Contacts

Contacts is a universal interface to grab contact list information from various providers including Hotmail, AOL, Gmail, 
Plaxo and Yahoo.

== Download

* gem install contacts
* http://github.com/cardmagic/contacts
* git clone git://github.com/cardmagic/contacts.git

== Background

For a long time, the only way to get a list of contacts from your free online email accounts was with proprietary PHP 
scripts that would cost you $50. The act of grabbing that list is a simple matter of screen scrapping and this library 
gives you all the functionality you need. Thanks to the generosity of the highly popular Rails website MOG 
(http://mog.com) for allowing this library to be released open-source to the world. It is easy to extend this library to 
add new free email providers, so please contact the author if you would like to help.

== Usage

  Contacts::Hotmail.new(login, password).contacts # => [["name", "foo@bar.com"], ["another name", "bow@wow.com"]]
  Contacts::Yahoo.new(login, password).contacts
  Contacts::Gmail.new(login, password).contacts
  
  Contacts.new(:gmail, login, password).contacts
  Contacts.new(:hotmail, login, password).contacts
  Contacts.new(:yahoo, login, password).contacts
  
  Contacts.guess(login, password).contacts

Notice there are three ways to use this library so that you can limit the use as much as you would like in your 
particular application. The Contacts.guess method will automatically concatenate all the address book contacts from each 
of the successful logins in the case that a username password works across multiple services.

== Captcha error

If there are too many failed attempts with the gmail login info, Google will raise a captcha response. To integrate the 
captcha handling, pass in the token and response via:

  Contacts::Gmail.new(login, password, :captcha_token => params[:captcha_token], :captcha_response => 
  params[:captcha_response]).contacts

== Examples

See the examples/ directory.

== Authors

* Lucas Carlson from MOG (mailto:lucas@rufy.com) - http://mog.com

== Contributors

* Britt Selvitelle from Twitter (mailto:anotherbritt@gmail.com) - http://twitter.com
* Tony Targonski from GigPark (mailto:tony@gigpark.com) - http://gigpark.com
* Waheed Barghouthi from Watwet (mailto:waheed.barghouthi@gmail.com) - http://watwet.com
* Glenn Sidney from Glenn Fu (mailto:glenn@glennfu.com) - http://glennfu.com
* Brian McQuay from Onomojo (mailto:brian@onomojo.com) - http://onomojo.com
* Adam Hunter (mailto:adamhunter@me.com) - http://adamhunter.me/
* Glenn Ford (mailto:glenn@glennfu.com) - http://www.glennfu.com/
* Leonardo Wong (mailto:mac@boy.name)
* Rusty Burchfield
* justintv

This library is released under the terms of the BSD.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server