Programmatically select contacts from Yahoo! The address book

Is there a way to programmatically log in to Yahoo !, specifying the email id and password as input and getting the user's contacts?

I got the same with Gmail thanks to the ClientLogin interface.

Yahoo's address book API provides BBAuth, which requires the user to be redirected to the Yahoo login page. But I'm looking for a way to authenticate a user with Yahoo without redirecting. Ning.com mode handles it.

Python code examples will be highly appreciated.

Thanks.

+3
source share
3 answers

I just found a python script that solves my problem

http://pypi.python.org/pypi/ContactGrabber/0.1

, .

0

API , Yahoo!

0

Source: https://habr.com/ru/post/1709069/


All Articles