├── README.md └── chatgpt-header.png /README.md: -------------------------------------------------------------------------------- 1 | # Awesome ChatGPT 2 | [![Twitter](https://img.shields.io/twitter/url.svg?label=Follow%20%40humanloop&style=social&url=https%3A%2F%2Ftwitter.com-humanloop)](https://twitter.com/humanloop) 3 | 4 | 5 | ![ChatGPT](/chatgpt-header.png) 6 | 7 | > Curated list of resources for [ChatGPT](https://chat.openai.com) and GPT-3 from OpenAI 8 | 9 | #### GPT General Resources 10 | 11 | - [ChatGPT Official App](https://chat.openai.com) 12 | - [OpenAI API Documentation](https://beta.openai.com/docs) 13 | - [chatGPT launch blog](https://openai.com/blog/chatgpt/) 14 | 15 | #### ChatGPT Community / Discussion 16 | - [OpenAI Discord Channel](https://discord.com/invite/openai) 17 | 18 | 19 | ### API tools 20 | - [Unofficial API in Python](https://github.com/acheong08/ChatGPT) 21 | - [TLS-based API (Python)](https://github.com/rawandahmad698/PyChatGPT) 22 | - [Unofficial API in JS/TS](https://github.com/transitive-bullshit/chatgpt-api) 23 | - [Unofficial API in Dart](https://github.com/MisterJimson/chatgpt_api_dart) 24 | - [ChatGPT (GPT-3.5-turbo) API Client in Golang](https://github.com/AlmazDelDiablo/gpt3-5-turbo-go) 25 | 26 | ### Chrome Extensions 27 | - [Chrome extension to access ChatGPT as a popup on any page](https://github.com/kazuki-sf/ChatGPT_Extension) 28 | - [Extension to display ChatGPT response alongside Google Search results](https://github.com/wong2/chat-gpt-google-extension) 29 | - [Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link](https://github.com/liady/ChatGPT-pdf)) 30 | - [Chrome extension to add input history, copy, and counters to ChatGPT](https://chrome.google.com/webstore/detail/superpower-chatgpt/amhmeenmapldpjdedekalnfifgnpfnkc) 31 | - [ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background](https://github.com/idosal/assistant-chat-gpt) 32 | - [WebChatGPT - augment your prompts to ChatGPT with web search results](https://github.com/qunash/chatgpt-advanced/) 33 | - [Talk to ChatGPT (voice interface)](https://github.com/C-Nedelcu/talk-to-chatgpt) 34 | 35 | 36 | ### Access ChatGPT from other platforms 37 | - [Serverless Telegram bot](https://github.com/franalgaba/chatgpt-telegram-bot-serverless) 38 | - [WhatsApp bot](https://github.com/danielgross/whatsapp-gpt) 39 | - [RayCast Extension (unofficial)](https://github.com/abielzulio/chatgpt-raycast) 40 | - [VSCode extension](https://github.com/mpociot/chatgpt-vscode) ([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) 41 | - [Emacs org-mode package](https://github.com/rksm/org-ai) 42 | - [Neovim plugin](https://github.com/jackMort/ChatGPT.nvim) 43 | - [Go Telegram bot](https://github.com/m1guelpf/chatgpt-telegram) 44 | - [Twitter Bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot) powered by ChatGPT 45 | - [Chrome extension](https://github.com/kazuki-sf/ChatGPT_Extension) 46 | - [Google docs](https://github.com/cesarhuret/docGPT) 47 | - [Mac menubar app](https://github.com/vincelwt/chatgpt-mac) 48 | - [Multi-platform desktop app (Windows, Mac, Linux)](https://github.com/lencx/ChatGPT) powered by ChatGPT & Tauri 49 | - [Windows, Mac, Linux desktop app](https://github.com/sonnylazuardi/chatgpt-desktop) 50 | - [Jetbrains IDEs plugin](https://github.com/LiLittleCat/intellij-chatgpt) 51 | - [ChatGPT for Slack Bot](https://github.com/pedrorito/ChatGPTSlackBot) 52 | - [ChatGPT for Discord Bot](https://github.com/m1guelpf/chatgpt-discord) 53 | - [MindMac](https://mindmac.app) - An intuitive macOS app, powered by ChatGPT API and designed for maximum productivity. Built-in prompt templates, support GPT-3.5 and GPT-4. Currently available in 15 languages. 54 | 55 | ### Tutorials 56 | - [Create your first app using ChatGPT](https://genez.io/blog/create-your-first-app-using-chatgpt/) 57 | 58 | ### Social Tools 59 | - [shareGPT - permenent links to your conversations](https://github.com/domeccleston/sharegpt) 60 | 61 | ### Applications 62 | - [Adrenaline: Debugger that fixes errors and explains them with GPT-3](https://github.com/shobrook/adrenaline/) 63 | - [ChatARKit: Using ChatGPT to Create AR Experiences with Natural Language](https://github.com/trzy/ChatARKit) 64 | - [GPT3 Blog Post Generator](https://github.com/simplysabir/AI-Writing-Assistant) 65 | 66 | ### CLI tools 67 | - [Voice-based chatGPT](https://github.com/platelminto/chatgpt-conversation) 68 | - [Explain your runtime errors with ChatGPT](https://github.com/shobrook/stackexplain) 69 | - [GPT3 WordPress post generator](https://github.com/nicolaballotta/gtp3-wordpress-post-generator) 70 | - [Assistant CLI](https://github.com/diciaup/assistant-cli) 71 | - [AI Commit - Automagically generate conventional commit messages with AI](https://github.com/guanguans/ai-commit) 72 | - [Use ChatGPT to generate PPT automatically, all in one single file](https://github.com/williamfzc/chat-gpt-ppt) 73 | - [SearchGPT: Connecting ChatGPT with the Internet](https://github.com/tobiasbueschel/search-gpt) 74 | - [Promptform: Run GPT in bulk](https://github.com/jasonstitt/promptform) 75 | 76 | ### DevOps 77 | - [ChatGPT Code Review](https://github.com/kxxt/chatgpt-action) 78 | - [Kubernetes and Prometheus ChatGPT Bot](https://github.com/robusta-dev/kubernetes-chatgpt-bot) 79 | - [AI-powered Infrastructure-as-Code Generator](https://github.com/gofireflyio/aiac) 80 | 81 | ### Cybersecurity 82 | - [Beelzebub ChatGPT Honeypot](https://github.com/mariocandela/beelzebub) 83 | - [Penetration Testing Findings Generator](https://github.com/Stratus-Security/FinGen) 84 | 85 | ### Example prompts 86 | - [Awesome ChatGPT prompts](https://github.com/f/awesome-chatgpt-prompts) 87 | ... just follow [@goodside](https://twitter.com/goodside) 88 | 89 | 90 | 91 | 92 | --- 93 | 94 | ### Contribution 95 | 96 | This list started as personal collection of interesting things about chatGPT from OpenAI. Your contributions and suggestions are warmly welcomed. 97 | -------------------------------------------------------------------------------- /chatgpt-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/humanloop/awesome-chatgpt/b48705a5a82fc51cc65eb0f14fe633b3ed5f2088/chatgpt-header.png --------------------------------------------------------------------------------