From 85cccf5dfece5795577dabf2ff772a6737595a97 Mon Sep 17 00:00:00 2001 From: Atharva Shah <68660002+HighnessAtharva@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:30:51 +0530 Subject: [PATCH] Add substack-cli to Tools for Substack Writers The Tools for Substack Writers section currently has no developer tooling, so this adds the one category that is missing. substack-cli is an MIT-licensed command line client that pushes a markdown file to Substack as a draft, publishes or schedules it, and pulls a whole archive back down to markdown. It runs on the Python standard library alone. I am the author. Happy to reword the entry or move it if you would rather it sat elsewhere. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f9042..4a4c421 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Substack has become one of the most important platforms for independent writing, ## Tools for Substack Writers +- [substack-cli](https://github.com/HighnessAtharva/substack-cli) - Command line client for Substack. Push markdown files as drafts, publish, schedule, and pull your whole archive back to markdown. Zero dependencies. - [Substack Dashboard](https://substack.com/dashboard) - Built-in analytics, subscriber management, growth charts, and traffic source breakdowns. - [Google Analytics 4 (GA4)](https://analytics.google.com/) - Add your GA4 Measurement ID in Substack settings for deeper traffic analysis, UTM tracking, and conversion insights. - [Google Search Console](https://search.google.com/search-console) - Free tool for managing search performance and understanding how your Substack ranks in Google. @@ -344,4 +345,4 @@ Please read the [contribution guidelines](CONTRIBUTING.md) first. [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work. \ No newline at end of file +To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.