Skip to content

docs: use cases: add API automation #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README-USECASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ gpscript ./example/coachella-browse.gpt

For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).

### API Automation

Here are a few GPTScripts that interact with issues on GitHub:

- [Create GitHub Issues](https://github.com/gptscript-ai/create-github-issues/blob/main/examples/example.gpt)
- [Modify GitHub Issues](https://github.com/gptscript-ai/modify-github-issues/blob/main/examples/example.gpt)
- [Query GitHub Issues](https://github.com/gptscript-ai/query-github-issues/blob/main/examples/example.gpt)

### CLI Automation

Here is a GPTScript that automates Kubernetes operations by driving the `kubectl` command line. [Link to example here]
Expand Down