Path: blob/master/Gmail/Gmail_Get_emails_stats_by_sender.ipynb
2973 views
Kernel: Python 3
Gmail - Get emails stats by sender
Tags: #gmail #productivity #naas_drivers #operations #automation #analytics #plotly
Author: Jeremy Ravenel
Last update: 2023-05-12 (Created: 2023-05-12)
Description: This notebook allows users to get stats from their emailbox by sender.
Input
Import libraries
In [ ]:
Setup Variables
Create an application password following this procedure
username
: This variable stores the username or email address associated with the email accountpassword
: This variable stores the password or authentication token required to access the email accountsmtp_server
: This variable represents the SMTP server address used for sending emails.box
: This variable stores the name or identifier of the mailbox or folder within the email account that will be accessed.
In [ ]:
Model
Connect to email box
In [ ]:
Get email list
In [ ]:
Creating dataframe and inserting values
In [ ]:
Output
Email graph plot
In [ ]: