mirror of
https://github.com/Kamigami55/awesome-chatgpt.git
synced 2024-10-01 11:49:04 -04:00
99 lines
5.2 KiB
Markdown
99 lines
5.2 KiB
Markdown
# Awesome ChatGPT
|
|
|
|
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![English badge](https://img.shields.io/badge/%E8%8B%B1%E6%96%87-English-blue)](./README.md) [![中文版 badge](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-Traditional%20Chinese-blue)](./README-zh-TW.md)
|
|
|
|
> An awesome & curated list of best recources, tools, applications, usages of ChatGPT.
|
|
|
|
> 另有中文版本在此:[中文版](./README-zh-TW.md)
|
|
|
|
> **Warning**
|
|
>
|
|
> Please note that currently, all the resources listed below are **Unofficial** (except **[Official Resource](#official-resource)** section).
|
|
>
|
|
> Use them with cautious.
|
|
|
|
## Table of Contents
|
|
|
|
- [Official Resource](#official-resource)
|
|
- [Use ChatGPT anywhere](#use-chatgpt-anywhere)
|
|
- [Browser Extensions](#browser-extensions)
|
|
- [Desktop Applications](#desktop-applications)
|
|
- [Editors](#editors)
|
|
- [Launcher extensions](#launcher-extensions)
|
|
- [Chatbots](#chatbots)
|
|
- [Extend ChatGPT feature](#extend-chatgpt-feature)
|
|
- [Applications](#applications)
|
|
- [Prompts](#prompts)
|
|
- [Development tools (API, SDK)](#development-tools-api-sdk)
|
|
- [Experiments](#experiments)
|
|
- [Contribution](#contribution)
|
|
|
|
---
|
|
|
|
## Official Resource
|
|
|
|
- [ChatGPT website](https://chat.openai.com/)
|
|
- [ChatGPT launch blog post](https://openai.com/blog/chatgpt/)
|
|
|
|
## Use ChatGPT Anywhere
|
|
|
|
### Browser Extensions
|
|
|
|
- [ChatGPT for Google](https://chrome.google.com/webstore/detail/chatgpt-for-google/jgjaeacdkonaoafenlfkkkmbaopkbilf): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results. ([Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-google/), [source code](https://github.com/wong2/chat-gpt-google-extension))
|
|
- [ChatGPT Extension](https://chrome.google.com/webstore/detail/chatgpt-chrome-extension/cdjifpfganmhoojfclednjdnnpooaojb): Chrome Extension that lets you quickly access OpenAI's ChatGPT on the web. ([source code](https://github.com/kazuki-sf/ChatGPT_Extension))
|
|
- [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere): Chrome extension that adds ChatGPT to every text box on the internet. ([demo](https://twitter.com/gabe_ragland/status/1599466486422470656))
|
|
|
|
### Desktop Applications
|
|
|
|
- [ChatGPT Desktop App](https://github.com/sonnylazuardi/chatgpt-desktop): Windows/MacOS desktop menubar app using tauri & rust.
|
|
- [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac): MacOS menubar app.
|
|
|
|
### Editors
|
|
|
|
- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension. ([demo](https://twitter.com/marcelpociot/status/1599180144551526400))
|
|
- [chatgpt.vim](https://github.com/terror/chatgpt.nvim): Neovim plugin that lets you query ChatGPT inside a Neovim buffer.
|
|
|
|
### Launcher extensions
|
|
|
|
- [ChatGPT Raycast extension](https://github.com/abielzulio/chatgpt-raycast): Run ChatGPT through Raycast extension.
|
|
|
|
### Chatbots
|
|
|
|
- [Twitter/@ChatGPTBot](https://twitter.com/ChatGPTBot): Twitter bot. ([source code](https://github.com/transitive-bullshit/chatgpt-twitter-bot))
|
|
- [ChatGPT ProBot](https://github.com/oceanlvr/ChatGPTBot): GitHub APP. Type `/chatgpt` to chat with ChatGPTBot.
|
|
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram) (Telegram bot): Run your own GPTChat Telegram bot, with a single command.
|
|
- [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): Integrate your own Discord bot using chatGPT.
|
|
|
|
## Extend ChatGPT Feature
|
|
|
|
- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464))
|
|
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link.
|
|
- [ChatGPT Advanced](https://github.com/qunash/chatgpt-advanced): Chrome extension that augments your ChatGPT prompts with web results.
|
|
|
|
## Applications
|
|
|
|
- [summarize.site](https://chrome.google.com/webstore/detail/summarize/lmhkmibdclhibdooglianggbnhcbcjeh): Chrome extension to summarize web page content.
|
|
- [commitgpt](https://github.com/RomanHotsiy/commitgpt): Automatically generate commit messages using ChatGPT.
|
|
|
|
## Prompts
|
|
|
|
- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts): ChatGPT prompts that works well.
|
|
- [awesome-chatgpt](https://github.com/saharmor/awesome-chatgpt): Posts & thoughts about prompting ChatGPT for different usages
|
|
|
|
## Development Tools (API, SDK)
|
|
|
|
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token.
|
|
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT) (Python): Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
|
|
- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api) (Node.js): Node.js client for the unofficial ChatGPT API.
|
|
- [ChatGPT API Dart](https://github.com/MisterJimson/chatgpt_api_dart) (Dart): Dart client for the unofficial ChatGPT API.
|
|
|
|
## Experiments
|
|
|
|
- [gptlang](https://github.com/forrestchang/gptlang): Experiment to see if we can create a programming language in ChatGPT.
|
|
|
|
---
|
|
|
|
## Contribution
|
|
|
|
If you created or found any awesome resource about ChatGPT, feel free to create issues or PRs to contribute to this list!
|