{"id":13936504,"url":"https://github.com/mynameisvinn/EmailParser","last_synced_at":"2025-07-19T22:30:37.485Z","repository":{"id":49796763,"uuid":"92116169","full_name":"mynameisvinn/EmailParser","owner":"mynameisvinn","description":"remove signature blocks from emails","archived":false,"fork":false,"pushed_at":"2019-04-22T14:21:43.000Z","size":18,"stargazers_count":86,"open_issues_count":4,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-25T07:51:56.295Z","etag":null,"topics":["email-parser","email-parsing","natural-language-processing","nlp","python","signature-blocks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mynameisvinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-23T01:41:08.000Z","updated_at":"2024-10-22T06:51:40.000Z","dependencies_parsed_at":"2022-09-02T14:02:29.003Z","dependency_job_id":null,"html_url":"https://github.com/mynameisvinn/EmailParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynameisvinn%2FEmailParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynameisvinn%2FEmailParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynameisvinn%2FEmailParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynameisvinn%2FEmailParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mynameisvinn","download_url":"https://codeload.github.com/mynameisvinn/EmailParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226686723,"owners_count":17666928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email-parser","email-parsing","natural-language-processing","nlp","python","signature-blocks"],"created_at":"2024-08-07T23:02:44.199Z","updated_at":"2024-11-27T04:31:07.203Z","avatar_url":"https://github.com/mynameisvinn.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# emailparser\nemailparser identifies and removes signature blocks from emails. \n\n## example\nhere is a sample email. we'd like to remove the last three lines, which correspond to the sender's email signature.\n```\nWendy – thanks for the intro! Moving you to bcc.\n \nHi Vincent – nice to meet you over email. Apologize for the late reply, I was on PTO for a couple weeks and this is my first week back in office. As Wendy mentioned, I am leading an AR/VR taskforce at Foobar Retail Solutions. The goal of the taskforce is to better understand how AR/VR can apply to retail/commerce and if/what is the role of a shopping center in AR/VR applications for retail.\n \nWendy mentioned that you would be a great person to speak to since you are close to what is going on in this space. Would love to set up some time to chat via phone next week. What does your availability look like on Monday or Wednesday?\n \nBest,\nJoe Smith\n \nJoe Smith | Strategy \u0026 Business Development\n111 Market St. Suite 111| San Francisco, CA 94103\nM: 111.111.1111| joe@foobar.com\n```\nafter parsing, the email should look like this:\n```\nWendy – thanks for the intro! Moving you to bcc.\n \nHi Vincent – nice to meet you over email. Apologize for the late reply, I was on PTO for a couple weeks and this is my first week back in office. As Wendy mentioned, I am leading an AR/VR taskforce at Foobar Retail Solutions. The goal of the taskforce is to better understand how AR/VR can apply to retail/commerce and if/what is the role of a shopping center in AR/VR applications for retail.\n \nWendy mentioned that you would be a great person to speak to since you are close to what is going on in this space. Would love to set up some time to chat via phone next week. What does your availability look like on Monday or Wednesday?\n```\n\n## getting started\n```python\nfrom Parser import convert\nfname = 'emails/test0.txt'\nconvert(fname)  # a copy of test0, without signature block\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynameisvinn%2FEmailParser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmynameisvinn%2FEmailParser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynameisvinn%2FEmailParser/lists"}