An open API service indexing awesome lists of open source software.

https://github.com/siddhantmishra1305/python_files

Python scripts to send email and Whatsapp message
https://github.com/siddhantmishra1305/python_files

attachment python-script python2 sendgrid sendmail twilio whatsapp-messages

Last synced: 8 months ago
JSON representation

Python scripts to send email and Whatsapp message

Awesome Lists containing this project

README

          

# 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.