Daniel Bondurant

Daniel Bondurant

Automating Email with Python

This post will discuss utilizing Python scripts to automate sending emails. For this example, we will be simulating sending an email based off of a triggered alert. First, we will need to write and send an email with the template…

Daily Weather Forecast Email

This post will be about automating a daily weather forecast utilizing a modified version of the Python Email script from the previous post. The steps for this project are: For the first step, we will look for an API that…

Cron Scheduling

This post will demonstrate how to use Cron to set up a daily schedule for receiving the weather forecast email. The first step will be to go to crontab.guru to check the format. I want to have this email set…