← Home

Brought in my google plus backup

@date=2023-06-29
@tags=blogging, googleplus, ai

About 5 years ago google plus went by by, but I made sure to export using their checkout feature all the posts.

Turns out that I was a pretty prolific poster there with about 250 posts. Each exported file was a way too cluttered blob of html and style code.

I had the goal of copying them into this blog one by one by hand, but about 20 in I realized this was going to be impossible.

I dumped them into a new vscode project, and with some heavy leaning on Git-Copilot for making complex regex expressions I was able to siphon off what was needed from each file, and reformat it for the most part into something that could be used in this markdown formatted blog.

Copilot is great when you put in a comment about what you want to parse from a string, taking that and creating a regex for that.

If you are scrolling through, basically anything from 2018 back is from google plus. Later I am going to bring in my twitter and tumbler feeds as well as some of my stuff over on fb. It is time to bring all things back to old school with just a straight up anti-social networking blog.

Also with this, I will be bringing my youtube videos here, and not via embedding their widget on the site. It would be nice to just do it myself

Here is the the ugly googlePlus-> md converter I made