Category Linux

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…