A python script to send messages.
- Python
- Python-pip
- twilio
- schedule
- Clone the app
git clone https://github.com/rohitsh16/Message_Scheduler.git
cd Message_Scheduler
pip install -r requirements.txt
cd twilio
Create a free account on twilio
Get a twilio number.
Put account ssid and auth token in the python script.
Add a verified caller ID by adding and verifying number in twilio in which you want to send message
Inside the twilio directory
python main.py "{{ your_message }}"
python automate.py "{{ your_message }}" "HH:MM"