Skip to content

Instantly share code, notes, and snippets.

@ty-shaikh
Last active December 1, 2019 16:55
Show Gist options
  • Save ty-shaikh/2dd8325dbbcaf8f991af5529ce73ef1c to your computer and use it in GitHub Desktop.
Save ty-shaikh/2dd8325dbbcaf8f991af5529ce73ef1c to your computer and use it in GitHub Desktop.
Imports for part 2 of Poshmark tutorial.
from html2text import html2text
import smtplib, ssl
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
USER_EMAIL = "PERSONAL_ACCOUNT@gmail.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment