Skip to content

v1.0.0 - Production Release

Choose a tag to compare

@placenameday placenameday released this 02 Feb 11:25
· 18 commits to master since this release

πŸŽ‰ First Production Release

Convert AI chat conversations (ChatGPT, Claude) to structured Markdown documents.

✨ Features

  • 🌐 Multi-source extraction

    • ChatGPT share URLs (Playwright with JS rendering)
    • Safari webarchive files (offline mode)
  • πŸ€– Flexible AI backends

    • DeepSeek (cost-effective)
    • OpenAI (GPT-4o/GPT-4o-mini)
    • Groq (fast inference)
    • Any OpenAI-compatible API
  • 🌍 Bilingual support

    • English and Chinese system prompts
    • Override via `--lang` flag
  • πŸ“¦ Easy installation

    • `pip install aichat2md`
    • Global CLI command
    • One-time `--setup` configuration

πŸ“¦ Installation

```bash
pip install aichat2md
aichat2md --setup
aichat2md https://chatgpt.com/share/xxx
```

πŸ”— Links

πŸ“ Requirements

  • Python 3.8+
  • Playwright (auto-installed)
  • API key (DeepSeek/OpenAI/Groq)