Add GhostClaw — Bare-Metal Telegram AI Agent tutorial#568
Closed
b1rdmania wants to merge 2 commits intoShubhamsaboo:mainfrom
Closed
Add GhostClaw — Bare-Metal Telegram AI Agent tutorial#568b1rdmania wants to merge 2 commits intoShubhamsaboo:mainfrom
b1rdmania wants to merge 2 commits intoShubhamsaboo:mainfrom
Conversation
Repository owner
deleted a comment from
awesomekoder
Mar 22, 2026
Contributor
|
Closing due to inactivity (13+ days, no response). The code is solid (Claude + Telegram + SQLite + tool use), but the README's 'Going Further' section promotes the full GhostClaw platform, which doesn't fit the repo's guidelines. If you'd like to resubmit, removing the promotional section would make this a clean merge candidate. Feel free to open a fresh PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resubmission with a proper self-contained tutorial as requested.
Includes:
ghostclaw_telegram_agent.py— runnable Python script that wires a Telegram bot to Claude's API with persistent SQLite conversation history and tool useREADME.md— setup instructions, how it works, and link to the full projectrequirements.txt—anthropic+python-telegram-botThe full GhostClaw project (https://github.com/b1rdmania/ghostclaw) extends this pattern with 22 skills, scheduled tasks, WhatsApp, and a dashboard.