2 hours ago · Tech · hide · 0 comments

A list of all Blaugust participants was posted yesterday on Nerd Girl Thoughts. I thought it would be nice to have a list of all RSS feeds of these blogs, so I cobbled together a quick and dirty solution. Here's the OPML file. I probably missed a few feeds, so if your blog isn't in there, I didn't leave you out on purpose, my script just failed to pick up your feed. Feel free to send me the URL of your feed so I can add it. Here's how I put this together: I copied the list of all participating blogs out of the source code of this post. I cleaned up the source and cut out just the blog URLs with sed: sed -n 's/.*\(http[^"]*\)".*/\1/p' urls_source.txt > urls.txt I found this Python script which gets the feed URL from a website if there is one, and modified it a bit to accept a list of URLs and not just one at a time. Then I gave it the list from above and let it do it's thing I pasted the resulting list of feed URLs into an online OPML generator and downloaded the generated file Oh, I…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.