audit which email addresses can be collected by bots from your sites.
Project description
email audit
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file email-audit-0.4.0.tar.gz.
File metadata
- Download URL: email-audit-0.4.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f008074f8d96e2855a7baa9378f781604d20d25004ba39320343f4a5befa2541
|
|
| MD5 |
f3a0735a685b43d61dc85e7c3d30294f
|
|
| BLAKE2b-256 |
b500df8ec156ed08f87bc23821d27b11d76555ca61b3bc9f061825daee0d35fa
|
File details
Details for the file email_audit-0.4.0-py2.py3-none-any.whl.
File metadata
- Download URL: email_audit-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9aad758685f09a3d7ea1267ccab35ef0390c3ff6c4ddc309b267e9fb0edb7eb
|
|
| MD5 |
22fa6cc1c782ed0010458cb6235b4dd8
|
|
| BLAKE2b-256 |
5bc813922f931bbc1d50b764694deb753f4eb68ee46cb02378011fdbe3078051
|