siddhantmishra1305 / Python_files

Python scripts to send email and Whatsapp message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_Scripts

Python scripts to send email and Whatsapp message.

Send Email using SendGrid (with Attachment)

1.Run pip install sendgrid.
2.Create a SendGrid account.
3.Replace your SendGrid API key.
4.Configure your message.
5.Run the script(sendViolationEmail.py).

Send WhatsApp Message using Twillio (with Attachment)

1.Run pip install twillio.
1.Create a twillio acoount.
2.Replace you Account_SID and Auth_Token in the script.
3.Configure the message and set the phone number.
4.Run the script(WhatsAppMsg.py).

NOTE:Twillio WhatsApp Message feature is still in beta phase.

About

Python scripts to send email and Whatsapp message


Languages

Language:Python 100.0%