Skip to content

Latest commit

Β 

History

History
63 lines (37 loc) Β· 1.96 KB

File metadata and controls

63 lines (37 loc) Β· 1.96 KB

Auto-Extract Key Info from Group Messages β†’ Reminders

πŸ’¬ From @wsvn53 Β· 2026-03-11 / appinn.com Β· 2026-03-28


🎯 Pain Point

High-volume group chats bury important bug reports, feature requests, and action items in casual conversation β€” manually monitoring them is exhausting and unreliable.


πŸ’‘ What It Does

Minis uses tg-hub to synchronize Telegram group messages into a local SQLite database, identifies bug reports, feature requests, and action items, deduplicates them against existing Reminders, and writes new tasks to the system Reminders app. After fixes are merged, Minis can compare the tasks with the codebase and mark completed items.


πŸ›  Skills Used

Skill Purpose
tg-hub Synchronize and query Telegram group messages
Built-in (apple-reminders) Write to Reminders

πŸ’¬ Example Prompt

Pull the last 24 hours of messages from the Open Minis TG group,
extract bug reports and feature requests,
deduplicate against existing Reminders,
and write new items to the "Minis" reminder list.

πŸ“Έ Screenshots

Screenshot

πŸ“· Group messages are pouring in β†’ AI automatically organizes β†’ Write system reminder β†’ Completion against code base mark Β· @wsvn53 via appinn.com Β· 2026-03-11

βš™οΈ Requirements

  • tg-hub skill installed
  • Complete the first Telegram account login interactively in Terminal; the session is then persisted
  • Configure your own TG_API_ID and TG_API_HASH when possible; built-in public credentials are only a fallback
  • Sync or refresh the target group into tg-hub's local SQLite database before running offline searches
  • Reminders permission granted to Minis

πŸ‘€ Contributor

@wsvn53 Β· appinn.com

πŸ“… Last Verified

2026-03-11