Python EmailRep
This is a python 3 library and cli module for interacting with the EmailRep service.
Installation
pip3 install emailrep --upgrade or python3 -m pip install --upgrade emailrep
Quick Start (cli)
# setup your api key (optional)
emailrep setup -k <your api key>
# query an email address
emailrep bill@microsoft.com
# report an email address (key required)
emailrep --report foo@bar.com --tags "bec, maldoc" --description "Phishing email targeting CEO"
Quick Start (python library)
from emailrep import EmailRep
# setup your api key (optional)
emailrep = EmailRep('<your api key>')
# query an email address
emailrep.query("bill@microsoft.com")
# report an email address (key required)
emailrep.report("foo@bar.com", ["bec", "maldoc"], "Phishing email targeting CEO")
Full API docs can be found here.
Release files for emailrep 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| emailrep-0.0.5.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| emailrep-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.7 kB
Release files / emailrep-0.0.5.tar.gz
| Download URL | emailrep-0.0.5.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8aa29dda074f9c74cc89559fa2a26f4132e01d0783915b03eed81bee72cba26e
|
|
BLAKE2b-256 checksum How to use checksums |
2a76d2bfad2ce8d7bcc2e5d83e6712244dfce38b6165ff3df7d00a095f1e28a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|
Release files / emailrep-0.0.5-py3-none-any.whl
| Download URL | emailrep-0.0.5-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9fff46c52a17c3e9a875bffcf482ebcfc5652f4aee5d6b4e63fb395194c760cc
|
|
BLAKE2b-256 checksum How to use checksums |
b292704e9ca706e8618e92289bbde81347675c615ae550dfa1cb9a912cbb99dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|