Inspiration

By creating this project I got to know that I have the potential to create more such projects with the help of Python

What it does

This tool is very helpful to send emails automatically.

How we built it

  1. This python Automation tool helps to extract the content of the given website with the help of packages requests.
  2. After the process of extraction the library called BeautifulSoup4 is used to scrap the content of the Website, content like link/domain, etc.
  3. Then set up of Email-Authentication is used with the help of python package Smtplib library Authentication system
  4. After setting up the Email-Authentication system we are now able to create the body of the email and any other information which is needed to sent email to others
  5. Finally Email is sent.

Accomplishments that we're proud of

I'm very proud that I have created my first project in the Domain of Automation it has been a great experience to learn new technologies.

What we learned

I have learned the uses of new python Libraries, how automation works. I have also learned some tips and tricks to debug the errors

Built With

Share this project:

Updates