Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logankilpatrick/ChatGPT-Plugins-Collection
An unofficial collection of Plugins for ChatGPT, in any programming language!
https://github.com/logankilpatrick/ChatGPT-Plugins-Collection
Last synced: 11 days ago
JSON representation
An unofficial collection of Plugins for ChatGPT, in any programming language!
- Host: GitHub
- URL: https://github.com/logankilpatrick/ChatGPT-Plugins-Collection
- Owner: logankilpatrick
- License: mit
- Created: 2023-04-02T13:14:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-20T01:53:11.000Z (over 1 year ago)
- Last Synced: 2024-10-22T13:50:17.490Z (17 days ago)
- Language: Julia
- Homepage:
- Size: 4.14 MB
- Stars: 676
- Watchers: 20
- Forks: 53
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - logankilpatrick/ChatGPT-Plugins-Collection - An unofficial collection of Plugins for ChatGPT, in any programming language! (Julia)
- project-awesome - logankilpatrick/ChatGPT-Plugins-Collection - An unofficial collection of Plugins for ChatGPT, in any programming language! (Julia)
- awesome-rainmana - logankilpatrick/ChatGPT-Plugins-Collection - An unofficial collection of Plugins for ChatGPT, in any programming language! (Julia)
- awesome-chatgpt - logankilpatrick/ChatGPT-Plugins-Collection - An unofficial collection of Plugins for ChatGPT, in any programming language! (SDK, Libraries, Frameworks / ChatGPT plugins)
README
# ChatGPT Plugins Collection ⭐️ (unofficial)
An unofficial collection of Plugins for ChatGPT, in any programming language! Note: This is not an official OpenAI or ChatGPT related repository. It is a community provided repo. Please use the code here at your own risk.
## Submit a plugin 🫵 🔌
Please create a new folder for the plugin under the relevant language folder, and all of the associated code. Bonus points if you add a README.md file with details on the plugin and its development process.
## Examples 👀 😯:
| Plugin Name | Description | Language | Framework |
|--------------|-------------|----------|-----------|
| [NotesGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/python/NotesGPT) | A plugin that allows users to create, retrieve, and delete notes. Each note is associated with a specific user. | Python | Quart |
| [TodoGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/python/TodoGPT) | A plugin that allows users to add, retrieve, and delete to-do items. Each to-do item is associated with a specific user. | Python | Quart |
| [AnimalGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/julia/AnimalGPT) | A plugin that allows users to create, retrieve, update, and delete animals in a virtual zoo. Each animal is associated with a specific user. | Julia | HTTP.jl |
| [SquareGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/julia/SquareGPT) | A plugin that calculates the square of a given number. | Julia | HTTP.jl |
| [secretMessage](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/python/secretMessage) | A FastAPI application that serves as a ChatGPT plugin for returning a secret message. | Python | FastAPI |
| [TodoGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/javascript/TodoGPT) | A plugin that allows users to add, retrieve, and delete to-do items. Each to-do item is associated with a specific user. | JavaScript | Express.js |
| [TodoGPT](https://github.com/logankilpatrick/ChatGPT-Plugins-Collection/tree/main/julia/TodoGPT) | A plugin that allows users to add, retrieve, and delete to-do items. Each to-do item is associated with a specific user. | Julia | HTTP.jl |More coming soon!