-
vibe-coding-blog-20250424
Discontinued Creating a GO CLI to extract data from articles [GET https://api.github.com/repos/kayaman/vibe-coding-blog-20250424: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
The source code and instructions from the first iteration can be found on my GitHub, here. It looked promising but, as happens very often, there is a bug on the way:
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
These attributes are intentionally chosen because they are based on the Open Graph Protocol. You may have already noticed that when you paste a link on some social media, after a second or two, it expands displaying an image, a title and summary. This data comes from Open Graph tags that are contained in the source code of the page you posted. In order to add new articles to this website, every time we need to inspect its source code, find the Open Graph tags, copy and paste the contents to create a new object. And, finally, add it to the array on the JSON file. The JSON file looks like this:
-
For this challenge we will use Visual Studio Code and Anthropic Claude (Claude 3.7 Sonnet). Also, Go lang must be installed. I am running Fedora Linux.