AppleScript to Open News Websites
To help keep up with cybersecurity news, I use an AppleScript running on my Mac to automatically open a list of URLs every Monday at 10:00 AM. I created this earlier this year and now I’m sharing it with everyone via Github.
It’s easily customized by editing it for your preferred browser and also the list of URLs to open.
The script itself is created using Apple’s Script Editor, while it’s scheduled using cron. Both are programs included with macOS and it should work on any version.
You can find it on my GitHub here: https://github.com/InformationTechWithDave/open-urls

