An automated messaging system built with Python and Twilio that allows you to send scheduled WhatsApp messages automatically.
- π± Automated WhatsApp messaging
- β° Schedule messages for a specific time
- π Simple and lightweight automation
- π Twilio API integration
- Python
- Twilio API
datetimetime
git clone https://github.com/rishu072/Automsg-engine.git
cd Automsg-engine
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtAdd your Twilio credentials in the Python file:
account_sid = "YOUR_ACCOUNT_SID"
auth_token = "YOUR_AUTH_TOKEN"Then run:
python main.pyUseful for reminders, notifications, scheduled messages, and basic WhatsApp automation.
Rishu Rajan
GitHub: @rishu072