diff --git a/readme.md b/readme.md index e47387a..32f49a4 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ - [Install](#install) - [Usage](#usage) - [Docs](#docs) +- [Examples](#examples) - [Related](#related) - [License](#license) @@ -82,12 +83,16 @@ npx tsx src/example.ts See the [auto-generated docs](./docs/classes/ChatGPTAPI.md) for more info on methods and parameters. +## Examples + +- [Twitter Bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot) - Twitter bot powered by this package. + - Mention [@ChatGPTBot](https://twitter.com/ChatGPTBot) on Twitter with your prompt to try it out +- [VSCode extension](https://github.com/mpociot/chatgpt-vscode) ([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) +- [Go Telegram bot](https://github.com/m1guelpf/chatgpt-telegram) + ## Related -- [ChatGPT Twitter Bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot) - Twitter bot powered by this package. - - Mention [@ChatGPTBot](https://twitter.com/ChatGPTBot) on Twitter with your prompt to try it out - Inspired by this [Go module](https://github.com/danielgross/whatsapp-gpt) by [Daniel Gross](https://github.com/danielgross) -- [Go Telegram bot](https://github.com/m1guelpf/chatgpt-telegram) - [Python port](https://github.com/taranjeet/chatgpt-api) ## License