Path: blob/master/Gmail/Gmail_Create_GitHub_issue_on_specific_email.ipynb
4267 views

Gmail - Create GitHub issue on specific email
Tags: #gmail #github #email #issue #create #python
Author: Florent Ravenel
Last update: 2023-05-18 (Created: 2023-05-17)
Description: This notebook will show how to create a GitHub issue from a specific email using Gmail and Python. It is usefull for organizations that need to track emails and create issues from them.
References:
Input
Import librairies
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.keywords: This variable stores the keywords to be searched in email text.cron: CRON to be set to schedule your notebook. More info heregithub_token: GitHub tokenrepository_url: GitHub HTML repository URLassignees: GitHub assigneeslabels: GitHub labels