Python Forum
Put specific emails in an Excel/.csv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Put specific emails in an Excel/.csv
#1
Hi humans & programming birdies!

After 1,5 Python courses on Udemy I would like to start my own little project. But I could use a little help to get going.
In a nutshell: A script to continuously & automatically copy the content of certain received emails in one Excel file in a folder on my desktop. The goal is to present monthly all the content, using that Excel.

A little more in detail:

So there is a devoted Email address, ran out of my outlook. *Certain Emails come in, which contain 6 questions. The information that should be copied to that one Excel is listed below each question.

So the Excel has 9 columns.
1 Ascending number (n=n+1). The number of Emails.
2/7 Column 2 up till 7 are the 6 questions of the Email.
8 Column 8 is the date/time of the Email sent
9 Is the Email address of the sender

The script could be run continuously, as I have a computer which is running 24/7.
*Certain Emails: Perhaps I let people use one tag, so the script recognizes that it should process their email. So perhaps it can look for a tag like ‘catdog123’.

I do not really know exactly where to start. So perhaps somebody can give me an idea of how to approach this challenge, which libraries to use or just give me a start. After a few courses I believe I know quite a bit about the theoretical basics of Python a little. But starting something real life is quiet the challenge.

Thanks a million,
S
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sending Emails on Autopilot Gyga_Hawk 3 1,682 Mar-15-2022, 08:20 AM
Last Post: Larz60+
  Trying out the parsing/reading of emails from my outlook cubangt 0 6,150 Jan-12-2022, 08:59 PM
Last Post: cubangt
  How to append a value to specific excel cell using openpyxl hobbyist 0 4,831 Mar-05-2021, 07:14 PM
Last Post: hobbyist
  how to automate sending bulk emails from an excel file or a calc-file apollo 0 2,748 Dec-10-2020, 08:43 PM
Last Post: apollo
  How to list out specific excel files ajay_pal7 2 2,811 Mar-10-2020, 05:43 AM
Last Post: Larz60+
  reading shared outlook emails zarize 0 2,447 Mar-03-2020, 01:47 PM
Last Post: zarize
  Python Library for Reading POP Emails? bmccollum 1 3,624 Jan-06-2020, 06:37 PM
Last Post: micseydel
  Read in trades from emails semantina 2 2,099 Nov-06-2019, 06:12 PM
Last Post: semantina
  Reading specific rows from CVS to Excel DavidTheGrockle 3 2,662 Nov-06-2019, 04:49 PM
Last Post: DavidTheGrockle
  Delete specific lines contain specific words mannyi 2 4,121 Nov-04-2019, 04:50 PM
Last Post: mannyi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020