Troubleshooting Huginn Installation on Ubuntu 20.04: A Developer's Guide

As an open-source enthusiast and indie developer, I recently tackled the installation of Huginn on Ubuntu 20.04. While the process is generally straightforward, I encountered a few hiccups that I believe other developers might face. In this guide, I’ll walk you through the installation process, highlighting potential pitfalls and their solutions. The Initial Setup The official Huginn installation guide is comprehensive and works well for the most part. However, you might hit a snag when running: ...

January 3, 2021 · 2 min · 396 words · Dipankar Sarkar

Automating WordPress Blog Post Retrieval with Python: A Developer's Guide

As an open-source enthusiast and indie developer, I’m always on the lookout for ways to streamline my workflow. Today, I’m excited to share a quick and powerful method to retrieve all your WordPress blog posts using Python. This technique is particularly useful for content creators, developers, and anyone managing multiple WordPress sites. The Power of Python in WordPress Management Python’s versatility makes it an excellent choice for automating WordPress-related tasks. By leveraging the wordpresslib library, we can easily interact with WordPress’s XML-RPC API, opening up a world of possibilities for content management and analysis. ...

March 30, 2010 · 3 min · 457 words · Dipankar Sarkar