GitHub is the number one signal in my API world. The activity that occurs via GitHub is more important than anything I find across Twitter, Facebook, LinkedIn, and other social channels. Commits to repositories and the other social activity that occurs around coding projects are infinitely more valuable, and telling, regarding what a company is up to than the deliberate social media signals blasted out via other channels. I’m always working to dial in my monitoring of GitHub using the GitHub API, but also via the RSS feeds that are present on the public side of the platform.
I feel RSS is often overlooked as an API data source, but I find that RSS is not only alive and well in 2018, it is something that is actively used on many platforms. The problem with RSS for me is the XML isn’t always conducive to working with in many of my JavaScript enabled applications, and I also tend to want to aggregate, filter, and translate RSS feeds into more meaningful JSON. To help me accomplish this for GitHub, I crafted a simple PHP RSS aggregator and converter script which I can run in a variety of situations. I published the basic script to GitHub as a Gist, for easy reference. https://goo.gl/tSEKnA #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)