KoushikNavuluri/Claude-API — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python package that lets me talk to Claude from my own scripts using my Claude website cookie. I want to be able to start a new chat, send a message, send a message with a file attached, see all my existing conversations, read a chat’s history, rename a chat, delete one chat, or reset everything.

Please make it easy to install and use from a small example script. Include a basic console chatbot example where I can paste my cookie through an environment variable, type messages, and get Claude’s replies back. Handle request timeouts and file uploads cleanly, and return normal Python data that’s easy to print or reuse.

Keep it lightweight and focused, just Python with requests is fine. Add clear README instructions for getting the cookie from the browser, installing the package, and using each main function. Also include a short disclaimer that this is unofficial and not connected to Anthropic.

Want more depth? Deep Reverse