Skip to main content

audit which email addresses can be collected by bots from your sites.

Project description

email audit

https://img.shields.io/pypi/v/email-audit.svg https://img.shields.io/pypi/pyversions/email-audit.svg https://img.shields.io/travis/fluquid/email-audit.svg Coverage Status Requirements Status

Audit which email addresses can be collected by bots from your sites.

Bot can harvest emails from websites, and many obfuscation techniques are not as effective as they may seem. This tool helps you find a good balance between ease-of-use for your users on the one side, and thwarting spam bots on the other.

  • Free software: MIT license

  • Python versions: 2.7, 3.4+

Features

  • audit / find emails that spam bots can find on your sites

Quickstart

Generator of detected emails from bytestring html:

import requests
from email_audit import audit_html_bytes

res = requests.get('http://example.co/')
list(audit_html_bytes(res.content, res.headers.get('content-type')))

['example@gmail.com', 'info [at] example [dot] co',
 'Jonas.Tullus@президент.рф', '#!$%&'*+-/=?^_`{}|~@example.org']

Generator of found emails from unicode html:

emails = audit_html_unicode(unicode_body)

Credits

This package was created with Cookiecutter and the fluquid/cookiecutter-pypackage project template.

History

0.4.0 (2018-01-19)

  • fixed infinite loop in non-standard cloudflare cfemail data decoding loop

0.3.0 (2017-10-15)

  • improved cfemail

0.2.0 (2017-06-08)

0.2.0-dev (2017-06-08)

0.1.0 (unreleased)

  • First release on PyPI.

Project details


Download files

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

Source Distribution

email-audit-0.4.0.tar.gz (19.1 kB view hashes)

Uploaded Source

Built Distribution

email_audit-0.4.0-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

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