DEV Community

Cover image for ShopKeeper v1.2.0 — Controlling WordPress Through Telegram
Stephan Joachim Augustin
Stephan Joachim Augustin

Posted on

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
Enter fullscreen mode Exit fullscreen mode

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

Top comments (0)