More Archive Toolmaking
In the last article, I started down the road of creating tools that I could use to build an archive index for this newsletter. Every previous article can be found at https://buttondown.email/behind-the-powershell-pipeline/archive/]. However, the site lacks a search feature.
In the previous article, I showed how I use the Buttondown API to get a list of all emails. I will continue with that data and figure out how to create a content summary with excerpts. I'm still trying to figure out how I want to present this information to you, but first, I need to figure out what it will look like.
Instead of re-running my code to get email data, I'll import the data from the XML file I created in the last article.
$all | Export-Clixml c:\scripts\behind-api-emails.xml
Want to read the full issue?