{"id":51440675,"url":"https://github.com/daedalus/convo-tools","last_synced_at":"2026-07-05T11:01:48.532Z","repository":{"id":363830390,"uuid":"1264302349","full_name":"daedalus/convo-tools","owner":"daedalus","description":"Build knowledge graphs from ChatGPT conversation exports","archived":false,"fork":false,"pushed_at":"2026-06-17T15:43:12.000Z","size":374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-17T16:11:39.852Z","etag":null,"topics":["chatgpt","graph-analysis","knowledge-graph","nlp","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daedalus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-09T18:57:25.000Z","updated_at":"2026-06-17T15:46:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/daedalus/convo-tools","commit_stats":null,"previous_names":["daedalus/convo-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daedalus/convo-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedalus%2Fconvo-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedalus%2Fconvo-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedalus%2Fconvo-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedalus%2Fconvo-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daedalus","download_url":"https://codeload.github.com/daedalus/convo-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daedalus%2Fconvo-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35151638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","graph-analysis","knowledge-graph","nlp","python"],"created_at":"2026-07-05T11:01:47.849Z","updated_at":"2026-07-05T11:01:48.524Z","avatar_url":"https://github.com/daedalus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convo-tools\n\nBuild knowledge graphs from ChatGPT conversation exports.\n\n[![Python](https://img.shields.io/pypi/pyversions/convo-tools.svg)](https://pypi.org/project/convo-tools/)\n\n## Install\n\n```bash\npip install convo-tools\n```\n\n## Usage\n\n```python\nfrom convo_tools import build_graph, extract_messages\n\n# Extract messages from a ChatGPT conversation JSON\nwith open(\"conversation.json\") as f:\n    conversation = json.load(f)\nmessages = extract_messages(conversation)\n\n# Build knowledge graph\ngraph = build_graph(messages)\nprint(f\"Nodes: {len(graph['nodes'])}, Edges: {sum(len(v) for v in graph.values() if isinstance(v, (set, list)))}\")\n```\n\n## CLI\n\n```bash\n# Extract JSON conversations → deduped pickle\nconvo-tools -m extract /path/to/conversations/ messages.pkl\n\n# Build knowledge graph from pickle\nconvo-tools -m graph messages.pkl\n\n# Full pipeline\nconvo-tools -m full /path/to/conversations/ messages.pkl\n```\n\n## Development\n\n```bash\ngit clone https://github.com/daedalus/convo-tools.git\ncd convo-tools\npip install -e \".[test]\"\npytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaedalus%2Fconvo-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaedalus%2Fconvo-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaedalus%2Fconvo-tools/lists"}