I figured out how to auto-generate a title for when I’m too lazy to come up with one for my WP posts. I’m using a little snippet of code I found here.
The only notable differences are that I changed my date formatting, and added ‘post_name’ => ” to the update array in order to set a slug based off the title instead of going with the post ID.