Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Greasemonkey/client-side sections + lib/extension/scripts/platform-apps #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
#### ChatGPT Community / Discussion
- [OpenAI Discord Channel](https://discord.com/invite/openai)


### API tools
- [Unofficial API in Python](https://github.com/acheong08/ChatGPT)
- [TLS-based API (Python)](https://github.com/rawandahmad698/PyChatGPT)
- [Unofficial API in JS/TS](https://github.com/transitive-bullshit/chatgpt-api)
- [Unofficial API in Dart](https://github.com/MisterJimson/chatgpt_api_dart)
- [ChatGPT (GPT-3.5-turbo) API Client in Golang](https://github.com/AlmazDelDiablo/gpt3-5-turbo-go)

### Client-side tools
- [chatgpt.js - a powerful client-side JavaScript library for ChatGPT](https://chatgpt.js.org)

### Chrome Extensions
- [Chrome extension to access ChatGPT as a popup on any page](https://github.com/kazuki-sf/ChatGPT_Extension)
- [Extension to display ChatGPT response alongside Google Search results](https://github.com/wong2/chat-gpt-google-extension)
Expand All @@ -31,7 +33,17 @@
- [ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background](https://github.com/idosal/assistant-chat-gpt)
- [WebChatGPT - augment your prompts to ChatGPT with web search results](https://github.com/qunash/chatgpt-advanced/)
- [Talk to ChatGPT (voice interface)](https://github.com/C-Nedelcu/talk-to-chatgpt)

- [ChatGPT Infinity - generates endless answers in any language](https://chatgptinfinity.com)
- [ChatGPT Widescreen Mode - add widescreen/fullscreen modes to ChatGPT](https://chatgptwidescreen.com)

### Greasemonkey userscripts
- [ChatGPT Auto Refresh - keeps ChatGPT sessions fresh to avoid network errors + Cloudflare checks](https://chatgptautorefresh.com)
- [DuckDuckGPT - adds ChatGPT to DuckDuckGo sidebar](https://www.duckduckgpt.com)
- [BraveGPT - adds ChatGPT to Brave Search sidebar](https://www.bravegpt.com)
- [ChatGPT Auto-Continue - automatically continues generating multiple ChatGPT responses](https://chatgptevo.com/autocontinue)
- [Autoclear ChatGPT History - adds chat auto-clear functionality to ChatGPT for more privacy](https://chatgptevo.com/autoclear)
- [ChatGPT Infinity - generates endless answers in any language](https://chatgptinfinity.com)
- [ChatGPT Widescreen Mode - add widescreen/fullscreen modes to ChatGPT](https://chatgptwidescreen.com)

### Access ChatGPT from other platforms
- [Serverless Telegram bot](https://github.com/franalgaba/chatgpt-telegram-bot-serverless)
Expand All @@ -50,6 +62,8 @@
- [Jetbrains IDEs plugin](https://github.com/LiLittleCat/intellij-chatgpt)
- [ChatGPT for Slack Bot](https://github.com/pedrorito/ChatGPTSlackBot)
- [ChatGPT for Discord Bot](https://github.com/m1guelpf/chatgpt-discord)
- [DuckDuckGPT - adds ChatGPT to DuckDuckGo sidebar](https://www.duckduckgpt.com)
- [BraveGPT - adds ChatGPT to Brave Search sidebar](https://www.bravegpt.com)

### Tutorials
- [Create your first app using ChatGPT](https://genez.io/blog/create-your-first-app-using-chatgpt/)
Expand Down