Skip to content

Ask HN: How to parse emails like TripIt?

8 pointspaulsingh2 comments
On HN

Does TripIt write custom parsers for each potential email source (Expedia, Orbits, United.com, etc)? Or are they using some sort of parsing library that I'm not aware of?

I run a small CRM system for notary publics (notarycrm.com) and customers are consistently requesting the capability to forward scheduling emails (from banks/signing companies) into NotaryCRM. The idea would be that we'd parse the emails and add the signing to the customer's account - saving them a few minutes for each signing.

UPDATE: If anyone is particularly interested in helping me parse emails via SendGrid's Parse API, contact me - will trade your RRuby on Rails skillz for money. :)

Comments

Most likely they wrote their own parsing library. I'm not aware of any out there, but it's pretty trivial to write code that will login to an IMAP system and parse messages.

I wrote one for my startup paperhater.com Just using regexp.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.