Skip to content

Instantly share code, notes, and snippets.

@joincamp
joincamp / yahoocontactexport.py
Last active September 22, 2016 16:29
A simple python2.7 script to yank contact information from a 'printed' yahoo contact cards page.
#!/usr/bin/python
# Yahoo Contact Exporter - used to retrieve a csv file from address.yahoo.com, including Facebook contacts
# Copyright (C) 2012 Jonathan Earl Camp
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.