Skip to content

siddhantmishra1305/Python_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages