{"id":19526309,"url":"https://github.com/madkarmaa/claude-console","last_synced_at":"2025-10-26T01:14:23.308Z","repository":{"id":250561438,"uuid":"834545290","full_name":"madkarmaa/claude-console","owner":"madkarmaa","description":"Send prompts to Claude.ai directly from your command line!","archived":false,"fork":false,"pushed_at":"2024-07-29T12:12:21.000Z","size":1167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T15:33:41.196Z","etag":null,"topics":["ai","ai-assistant","ai-chatbot","anthropic","anthropic-claude","artificial-intelligence","claude","claude-3","claude-3-opus","claude-3-sonnet","claude-ai","claude-api","cli","cli-app","cli-application","cli-utility","console","console-app","console-application","console-tool"],"latest_commit_sha":null,"homepage":"https://claude.ai","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/madkarmaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-07-27T15:40:14.000Z","updated_at":"2024-11-09T17:15:07.000Z","dependencies_parsed_at":"2024-07-28T13:45:48.422Z","dependency_job_id":"46636d5e-5422-486e-859e-e26d6819c505","html_url":"https://github.com/madkarmaa/claude-console","commit_stats":null,"previous_names":["madkarmaa/claude-console"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madkarmaa%2Fclaude-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madkarmaa%2Fclaude-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madkarmaa%2Fclaude-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madkarmaa%2Fclaude-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madkarmaa","download_url":"https://codeload.github.com/madkarmaa/claude-console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240777562,"owners_count":19855857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","ai-assistant","ai-chatbot","anthropic","anthropic-claude","artificial-intelligence","claude","claude-3","claude-3-opus","claude-3-sonnet","claude-ai","claude-api","cli","cli-app","cli-application","cli-utility","console","console-app","console-application","console-tool"],"created_at":"2024-11-11T01:09:28.812Z","updated_at":"2025-10-26T01:14:23.208Z","avatar_url":"https://github.com/madkarmaa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Console\n\nSend prompts to [**Claude.ai**](https://claude.ai/) directly from your command line!\n\n## 📝 Requirements\n\n-   [Python 3](https://www.python.org/downloads/)\n-   [Git](https://git-scm.com/downloads)\n\n## ⚙️ Installation\n\nOpen a command line, navigate to a location where to store the files, then run the following commands:\n\n```\ngit clone https://github.com/madkarmaa/claude-console.git\ncd claude-console\npip install -r requirements.txt\n```\n\n\u003e [!NOTE]\n\u003e\n\u003e The command (`claude_console`) installation is not required but recommended. You can run the installation script like so:\n\u003e\n\u003e ```\n\u003e python install.py\n\u003e ```\n\n\u003e [!CAUTION]\n\u003e\n\u003e Once installed, **DON'T** move the cloned folder or else it'll stop working.\n\n## 💻 Usage\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e **FIRST TIME RUN**\n\u003e\n\u003e The first time you'll run **Claude Console**, you'll be prompted with the following screen:\n\u003e\n\u003e ![cookies](./images/cookies.png)\n\u003e\n\u003e 1. Go to [claude.ai](https://claude.ai/chats/)\n\u003e 2. Open the browser's **Developer Tools window** by pressing `F12` or `Ctrl+Shift+i`\n\u003e 3. Go to the **Network tab**\n\u003e 4. Check for any request coming from `claude.ai` and open it\n\u003e 5. Scroll down to **Request Headers** and find the **Cookie parameter**\n\u003e 6. Copy the entire content of the parameter\n\u003e 7. Paste it in the Claude Console prompt\n\u003e\n\u003e ![get-cookies](./images/get-cookies.png)\n\n**Claude Console** can be used in 2 ways:\n\n### 📢 Single response\n\n```\nclaude_console \"\u003cprompt\u003e\" \u003cOPTIONS\u003e\n```\n\nAfter the command is executed, the history of the response **cannot** be accessed by the AI anymore.\n\n\u003e [!NOTE]\n\u003e\n\u003e **COMMAND LINE ARGUMENTS**\n\u003e\n\u003e Use `--open` (or `-o`, `--web`) to open the conversation in your default web browser.\n\u003e\n\u003e Use `--delete-all` (or `-da`) to delete all the conversations on your account.\n\u003e\n\u003e Use `--delete` (or `-d`) to delete the conversation after getting the response.\n\n![prompt](./images/prompt.png)\n\n### 🗨️ Full chat\n\n```\nclaude_console\n```\n\nAfter the command is executed, an interactive command line chat is shown. The AI will remember the conversation, just like a normal chat.\n\n\u003e [!TIP]\n\u003e\n\u003e [Commands](#️-chat-commands) are available in chat mode!\n\n![chat](./images/chat.png)\n\n## ✏️ Chat commands\n\n### Command prefix: `!`\n\n### exit\n\n**Aliases**: `quit`, `q`, `exit`\n\nExits the program.\n\n### open\n\n**Aliases**: `web`, `open`, `o`\n\nContinue the chat in your default web browser.\n\n### copy\n\n**Aliases**: `copy`, `cp`\n\nCopy the previous response to the cliboard.\n\n### delete\n\n**Aliases**: `delete`, `del`, `remove`, `rm`\n\nDelete the current conversation and exit the program.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadkarmaa%2Fclaude-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadkarmaa%2Fclaude-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadkarmaa%2Fclaude-console/lists"}