so i started working on AutoUnsub, a small gmail tool that finds senders with unsubscribe options so cleaning up newsletters is a lil less annoying. i wanted to build it step by step so i could actually learn and integrate some stuff i wasnt familiar with atp, so i started with the parsing side of the project. the first commit was basically about figuring out how to read unsubscribe headers and pull out the useful information from them, including one-click post links, normal https unsubscribe links, mailto links, sender information and mailto parameters. in the second commit i cleaned that code up and simplified some of the structures so it felt less overengineered and more like normal straightforward python. i also added tests for the different unsubscribe formats and edge cases. rn the parsing part is done and the next step was to actually connect the tool to Gmail, scan messages and feed the information into the database.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.