
Putting 945 Verses of Kannada Philosophy on the Internet, One at a Time
Building a Bot to post Mankutimmana Kagga verses to Mastodon D.V. Gundappa’s Mankutimmana Kagga — 945 verses of timeless Kannada philosophy — deserves a wider audience. So I built a Mastodon bot to post one verse at a time, twice a day, complete with transliteration and English explanation. Here’s how it came together. The Prompt The project started with a simple ask to Claude: “Create a Mastodon bot to post Kannada Mankutimmana Kagga verses with a short explanation, configurable on how often to post.” From that single sentence, Claude scaffolded a complete Python project — kagga_bot.py, config.py, kagga_verses.py, and a scraper to pull all 945 verses from a public repository. ...