The main purpose of this repo is to help future me set up an app using twilio more quickly than last time (if I have to do this again). The repo is not as friendly as it could be. If someone else finds this repo helpful, then that's just bonus.
This repo contains code to set up twilio to make a call using crontab-ui. It also contains code to send twilio SMS messages using contrab-ui. The code uses the elevenlabs API for text to speech.
It is partially documented and not complete.
Below you will find some commands that may be helpful in getting this code to work
sudo apt update
sudo apt install ffmpeg
sudo dpkg-reconfigure tzdata
sudo service cron restart
Verify your date settings
timedatectl
Reboot so that time works correctly
sudo shutdown -r now
pip install twilio
pip install elevenlabs
pip install google-cloud-storage