Creating a Python Love Poem
Posted on Tue 25 February 2020 in Python_Automation • Tags python, cron, webscraping, api
We'll be writing a python script that sends messages as part of a poem to our loved ones every hour, reminding them how much they are loved. This will be done by scraping a website using the beautiful soup library, the Twilio API to send the messages, and the script will be deployed on AWS lambda.
Continue reading