This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import poplib | |
import smtplib | |
from email import message_from_bytes | |
from email.message import EmailMessage | |
import openai | |
import re | |
import html | |
openai.api_key = '' |