Coder Social home page Coder Social logo

kawsarlog / email-data-extractor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6 KB

The Email Data Extractor ๐Ÿ“ง is a Python program ๐Ÿ designed to gather relevant information from email bodies and store it in an Excel spreadsheet . Utilizing the power of Python for efficient email data extraction!

Python 100.00%
bs4 email email-data-extractor email-parsing imaplib kawsarlog openpyxl python python-script python3 email-data

email-data-extractor's Introduction

Email Data Extractor ๐Ÿ“ง

The Email Data Extractor is a Python program designed to gather relevant information from email bodies and store it in an Excel spreadsheet.

Python Version License Openpyxl BeautifulSoup4

Features

  • IMAP Connection: Establish a secure connection to the specified IMAP server using provided credentials.
  • Email Retrieval: Search and retrieve all emails from the specified mailbox.
  • Information Extraction: Extract relevant information such as subject, sender, date, and content from each email.
  • Duplicate Fixing: Avoid duplicate entries by checking existing data in the Excel file.
  • Excel Saving: Save the extracted information into an Excel spreadsheet.

Dependencies

  • imaplib for IMAP communication.
  • email library for parsing email messages.
  • BeautifulSoup library for parsing HTML content.

Installation

pip install openpyxl bs4

Usage

  1. Input Configuration: Provide the IMAP server, username, and password in the program.

    imap_server = "imaps.udag.de"
    username = "[email protected]"
    password = "YourPassword123"
  2. Run the Program: Execute the program to connect to the email account, extract information, and save data into an Excel file.

  3. Avoiding Duplicates: The program checks for duplicate entries, ensuring only unique information is stored.

  4. Output Excel File: The Excel file serves as a structured dataset, containing non-duplicated information from email bodies.

Contact

For any questions or feedback, feel free to reach out:


email-data-extractor's People

Contributors

kawsarlog avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.