So I’m working on a project right now that is supposed to take all order receipts from e-commerce places & parses information to build out an overall trend map of your shopping over the course of the year. The problem is that the API’s for the e-commerce sites are very bad, so I thought the best alternative was to just have an email parser that can find the specific info from those orders for the users interested in using the project.
The real question is does anyone know if this can be done while respecting privacy/safety or ways to ensure there’s a login ability + transparent permission capability like you would see for downloading apps on iOS/android where we can access the users email just to parse orders@examplestore.com only.
I understanding how to use the parser if I just want to login myself, but how do I ensure people’s passwords are protected if I want to build something like that above? If it’s not feasible or anyone has alternatives, would love to hear as well.