Skip to content

cosky5/python_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python_Automation

Set Up Environment

To setup an environment, the follow package is needed be installed.

  1. request
  2. bs4
  3. smtplib
  4. email.mine (default)
  5. datetime (default)
pip3 install request
pip3 install beautifulsoup4

Check python3 and import the email & datatime.

python3
import smtplib
import datatime
import email.mime

Project Script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages