Skip to content

A command line tool to parse obfuscated emails and phone numbers from a given url

Notifications You must be signed in to change notification settings

sicotronic/email_phone_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This small program is a command line tool to parse emails and phone numbers from a given url using a set of patterns written as regular expressions.
It is specially intended to find emails and phone numbers that are obfuscated in order to avoid spam.
The program is modularized in such a way that is easy to use your own patterns to discover emails and phone numbers, and adding new ones can be done by just 
adding new lines with regular expressions to our patterns file.
The program is written in the file 'email_phone_parser.py'. Instructions for the usage are giving when '-h' or '--help' are given in the arguments.

About

A command line tool to parse obfuscated emails and phone numbers from a given url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages