Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.1 KB

Lead-Parser

A parser of csv exported mails from outlook designed to capture and document leads. Made for "Discovery טיול עולמי בע"מ".

Installation

Prerequisites:

  • python 3
  • pip

Basic installation:

> git clone $url
> cd lead-parser
> pip install -r requirements.txt

Architecture

More information about the architecture can be found in the arch.txt.

A Fair Warning

This project is a work in progress. It is not meant to be a final product. It has to deal with unrealistic amounts of unformatted data which means that a fair bit of regex and hacky code is used. A lot of the times this wide support of formats may come at a price of code cleanliness, readability, maintainability and eventually performance.