Documentation
Introduction
Use your ChatGPT web account from the command line through a dedicated Chromium profile.
What is Sengpt?
Sengpt is a Python command-line client for asking one-off questions, holding an interactive conversation, or piping files into ChatGPT without leaving your terminal. It drives the normal ChatGPT website in Chromium instead of calling private web endpoints.
What it can do
- Run one-off prompts or continue an interactive conversation.
- Combine piped input, clipboard text, prompt flags, and typed text.
- Keep a chosen conversation and return to the most recent one.
- Render Markdown with Glow or print it directly.
- Keep credentials inside a dedicated local browser profile.
When to use it
Sengpt is designed for personal terminal workflows that specifically need your ChatGPT web account. If you are building an application or integrating AI into a service, use the official OpenAI API instead.