Technology Apr 16, 2026 · 1 min read

ShopKeeper v1.2.0 — Controlling WordPress Through Telegram

I built a WordPress operator layer. You run it from Telegram. No admin panel. No clicking through menus. Just messages. What v1.2.0 adds: Comments ├── List (hold / spam / approved) ├── Delete, approve, mark as spam └── Bulk delete all spam — one command Plugins ├── Full visibility: ver...

DE
DEV Community
by Stephan Joachim Augustin
ShopKeeper v1.2.0 — Controlling WordPress Through Telegram

I built a WordPress operator layer. You run it from Telegram.

No admin panel. No clicking through menus. Just messages.

What v1.2.0 adds:

Comments
  ├── List (hold / spam / approved)
  ├── Delete, approve, mark as spam
  └── Bulk delete all spam — one command

Plugins
  ├── Full visibility: version, status, available updates
  ├── Instant update
  └── Activate / deactivate

Themes
  └── List all with active status

Updates Engine
  └── Detect pending: plugins, themes, WordPress core

What this actually looks like in practice:

"I found 47 spam comments. Want me to delete them all?"
→ Yes
→ Done.

"Yoast SEO has an update available. Want me to update it?"
→ Yes
→ Done.

No dashboard. No plugin soup. No SSH.

Stack: Telegram Bot API + WordPress REST API + custom command router

This is v1.2.0. The roadmap goes a lot further.

What would you want to automate next on a WordPress site? Drop it in the comments.

wordpress #automation #buildinpublic #telegram #tools

DE
Source

This article was originally published by DEV Community and written by Stephan Joachim Augustin.

Read original article on DEV Community
Back to Discover

Reading List