Skip to main content

A simple python module to extract contact info from HTML pages

Project description

Quick module to read in HTML and tries to identify contacts from the HTML, whether just email, or first,last based matches etc.


Usage
=====


>>> from html_contact import HtmlContact
>>> hc = HtmlContact(raw_html)
>>> contacts = hc.search()

Result list is a list of contacts

>>> for result in result_list:
... print result.url
...
u'http://www.python.org/psf/
...

What you get is a list of Contacts() instances, each comes with the following values:

```py
self.first_name: fitst name of the contact
self.last_name: last_name of the contact
self.email: email of the contact
```

=======
# html_contact
Extracts contact info from website based first/last

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

htmlcontact-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page