AUTOMATION SCRIPTS YOU NEED TO TRY — PART 4
10 Killer Automation Scripts You Should Try Using Python
Python’s Second Name is Automation
This is the part -4 of the series Automation scripts you need to try.
1. Happy Birthday 🎂
This automation script will help you send sweet and customized birthday wishes to your loved ones automatically at a specific time. Like sending a birthday wish exactly at 12'o clock midnight with a customized message.
Process: At first we will create a CSV file containing the name, email, mobile number, custom message, year, and time you need to send the message. Then using the email library to send the data once data and time occur in real-time.
Libraries:
Email, is a python library that is used to manage emails.
Smtlib, defines a session object over which we can send emails and files.
Pandas, is a python library for data analysis and manipulation. It can work with different types of files like CSV, Excel, etc.