Path: blob/master/Gmail/Gmail_Get_most_common_senders.ipynb
2973 views
Gmail - Get most common senders
Tags: #gmail #productivity #naas_drivers #operations #automation #analytics #plotly
Author: Antonio Georgiev
Last update: 2023-07-19 (Created: 2023-07-19)
Description: This notebook analyses users' inbox, identifies a list of the most common senders depending on the emails for the set period of time, and outputs the list of most common senders. This notebook aims to identify unwanted subscriptions or emails that Gmail didn't successfully filter as "Spam."
Input
Import libraries
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 accountdate_start
: Number of days to filter your inbox, it must be negative valuemost_common_senders
: Number of most common senders you want to list as output