v1.0.0 - Production 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
- PyPI: https://pypi.org/project/aichat2md/
- Documentation: README.md
- Issues: Report bugs
π Requirements
- Python 3.8+
- Playwright (auto-installed)
- API key (DeepSeek/OpenAI/Groq)