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
- Host: GitHub
- URL: https://github.com/siddhantmishra1305/python_files
- Owner: siddhantmishra1305
- Created: 2019-01-27T08:47:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T09:27:58.000Z (about 7 years ago)
- Last Synced: 2025-06-04T04:16:56.459Z (10 months ago)
- Topics: attachment, python-script, python2, sendgrid, sendmail, twilio, whatsapp-messages
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.