What is Grokomatic?
Grokomatic is an experimental console program I created using .NET and C#. It generates social media content based on information in a JSON file. In my example this contains a list of technical innovations. It will randomly pick an item from the list, generate the related text and image using AI, and post it to Facebook, Instagram, and X (formally Twitter).
In this series, we'll walk through the source code which I have posted on GitHub.