Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domnantas/raycast-chatgpt
https://github.com/domnantas/raycast-chatgpt
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/domnantas/raycast-chatgpt
- Owner: domnantas
- License: mit
- Created: 2022-12-05T10:46:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T20:01:48.000Z (about 2 years ago)
- Last Synced: 2024-12-17T03:08:10.808Z (20 days ago)
- Language: TypeScript
- Size: 7.35 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI ChatGPT
> **Warning**
>
> OpenAI has implemented additional security measures for their backend, so this no longer works. I will not be maintaining this extension, it was just a fun weekend project. As an alternative, check out [abielzulio/chatgpt-raycast](https://github.com/abielzulio/chatgpt-raycast)Prompt OpenAI [ChatGPT](https://chat.openai.com/) using Raycast. Extension uses unofficial API. It can stop working anytime and it may be breaking OpenAI ChatGPT Terms of Service. Use at your own risk.
## Authorization
**This extension requires a valid session token from ChatGPT to access it's unofficial REST API.**
To get a session token:
1. Go to https://chat.openai.com/chat and log in or sign up.
2. Open dev tools.
3. Open `Application` > `Cookies`.
![ChatGPT cookies](session-token.png)
4. Copy the value for `__Secure-next-auth.session-token` and save it to your environment.## Credits
- [transitive-bullshit/chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) for simplifying interaction with ChatGPT API
- [abielzulio/chatgpt-raycast](https://github.com/abielzulio/chatgpt-raycast) for some inspiration
- [OpenAI](https://openai.com) for creating [ChatGPT](https://openai.com/blog/chatgpt/)