Your GitHub profile Readme has come a long way, but it’s missing something: your latest Medium article, of course. In this tutorial, I’m going to walk you through how to set this up using a Go script.

Getting Started

We are going to create a script that fetches our latest Medium articles and writes them out to a markdown file. First up, we need to get a data source. Medium provides an RSS feed, which is perfect for our use case. We can get this feed using the URL below. Be sure to change the username to yours:

https://medium.com/feed/@koenverburg

#github #golang #github-actions #go

Update Your GitHub Profile Readme with Your Latest Medium Article Automatically using Golang
4.55 GEEK