Morsel #1: The Tag Suggester

My first morsel is a Python script that extracts all the tags from my blogs and creates randomised Google search URLs for content ideation.

Requirements

GitHub link Streamlit app

Example from Cultrface:

https://google.com/search?q=martin+luther+king+soup

As they are randomised, some of the results are more nonsense than anything but you never know. That’s the beauty of it—you could end up down a rabbit hole you never knew existed.

Feel free to fork the repository and make your own version (subject to the AGPL-3.0 License)

UPDATE: So this script doesn’t update the JSON files containing all the blog tags as I had hoped. Still looking into how to do that but if anyone reading this knows how to update a JSON file via a Streamlit app hosted on GitHub, I’d love to know.

Morsel #2: The YouTube Thumbnail Extractor