2022-12-05 19:32:31 -05:00
# Awesome ChatGPT
2022-12-05 19:56:12 -05:00
[![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)
2022-12-05 19:32:31 -05:00
> An awesome & curated list of best recources, tools, applications, usages of ChatGPT.
2022-12-05 19:52:08 -05:00
> 另有中文版本在此:[中文版](./README-zh-TW.md)
2022-12-05 22:07:35 -05:00
> **Warning**
2022-12-05 22:08:44 -05:00
>
2022-12-05 22:07:35 -05:00
> Please note that currently, all the resources listed below are **Unofficial** (except **[Official Resource](#official-resource)** section).
2022-12-05 22:08:44 -05:00
>
2022-12-05 22:07:35 -05:00
> Use them with cautious.
2022-12-05 20:25:02 -05:00
## Table of Contents
- [Official Resource ](#official-resource )
- [Use ChatGPT anywhere ](#use-chatgpt-anywhere )
2022-12-05 20:44:49 -05:00
- [Applications ](#applications )
2022-12-05 21:10:31 -05:00
- [Development tools (API, SDK) ](#development-tools-api-sdk )
2022-12-05 20:25:02 -05:00
---
2022-12-05 19:32:31 -05:00
## Official Resource
- [ChatGPT website ](https://chat.openai.com/ )
- [ChatGPT launch blog post ](https://openai.com/blog/chatgpt/ )
2022-12-05 20:25:02 -05:00
## Use ChatGPT anywhere
2022-12-05 20:34:53 -05:00
- [ChatGPT for Google ](https://github.com/wong2/chat-gpt-google-extension ): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results.
2022-12-05 21:29:49 -05:00
- [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))
2022-12-05 21:26:39 -05:00
- [ChatGPT for VSCode ](https://github.com/mpociot/chatgpt-vscode ): VSCode extension. ([demo](https://twitter.com/marcelpociot/status/1599180144551526400))
2022-12-05 20:34:53 -05:00
- [chatgpt-mac ](https://github.com/vincelwt/chatgpt-mac ): MacOS menubar app.
2022-12-05 21:22:19 -05:00
- [Twitter/@ChatGPTBot ](https://twitter.com/ChatGPTBot ): Twitter bot. ([source code](https://github.com/transitive-bullshit/chatgpt-twitter-bot))
2022-12-05 21:41:48 -05:00
- [ChatGPT ProBot ](https://github.com/oceanlvr/ChatGPTBot ): GitHub APP. Type `/chatgpt` to chat with ChatGPTBot.
2022-12-05 20:25:02 -05:00
2022-12-05 20:44:49 -05:00
## Applications
2022-12-05 21:49:43 -05:00
- [ShareGPT ](https://sharegpt.com/ ): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464))
2022-12-05 20:44:49 -05:00
2022-12-05 21:10:31 -05:00
## Development tools (API, SDK)
2022-12-05 20:25:02 -05:00
2022-12-05 22:07:35 -05:00
- [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.
2022-12-05 22:13:21 -05:00
- [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.