{"id":15140070,"url":"https://github.com/austenstone/chatgpt-bot","last_synced_at":"2025-10-23T15:31:47.357Z","repository":{"id":103169038,"uuid":"608774961","full_name":"austenstone/chatgpt-bot","owner":"austenstone","description":"Talk to Chat GPT using Issue and PR comments","archived":false,"fork":false,"pushed_at":"2023-07-20T07:21:02.000Z","size":2477,"stargazers_count":18,"open_issues_count":9,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T12:38:02.956Z","etag":null,"topics":["actions","chatgpt","openai","probot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/austenstone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["austenstone"]}},"created_at":"2023-03-02T17:57:47.000Z","updated_at":"2024-04-06T08:44:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"8af2f1b4-4221-415c-af02-1661860eddde","html_url":"https://github.com/austenstone/chatgpt-bot","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"9017160fd6d95b781f48fbd5413c3fb8053736e6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fchatgpt-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fchatgpt-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fchatgpt-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fchatgpt-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austenstone","download_url":"https://codeload.github.com/austenstone/chatgpt-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852455,"owners_count":19376686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","chatgpt","openai","probot"],"created_at":"2024-09-26T08:01:23.854Z","updated_at":"2025-10-23T15:31:45.730Z","avatar_url":"https://github.com/austenstone.png","language":"TypeScript","funding_links":["https://github.com/sponsors/austenstone"],"categories":[],"sub_categories":[],"readme":"# chatgpt-bot\n\nA GitHub App built with [Probot](https://github.com/probot/probot) that allows you to talk to ChatGPT using Issue and PR comments.\n\n\u003cdetails\u003e\n  \u003csummary\u003e Issue Example Image \u003c/summary\u003e\n\n  ![image](https://marketplace-screenshots.githubusercontent.com/14679/817e76d7-5acb-4746-af56-47994a832743?auto=webp\u0026format=jpeg\u0026width=670\u0026dpr=1.5)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e PR Example Image \u003c/summary\u003e\n\n  ![image](https://marketplace-screenshots.githubusercontent.com/14679/50322429-3714-4950-954c-8c2bf1af4bf0?auto=webp\u0026format=jpeg\u0026width=670\u0026dpr=1.5)\n\u003c/details\u003e\n\n## Setup\n\nSee [Configuring a GitHub App](https://probot.github.io/docs/development/#configuring-a-github-app)\n\n```sh\n# Install dependencies\nnpm install\n\n# Build the bot\nnpm build\n\n# Run the bot\nnpm start\n```\n\n## Docker\n\n```sh\n# 1. Build container\ndocker build -t chatgpt-bot .\n\n# 2. Start container\ndocker run -e APP_ID=\u003capp-id\u003e -e PRIVATE_KEY=\u003cpem-value\u003e chatgpt-bot\n```\n\nOr use the published version [here](https://github.com/austenstone/chatgpt-bot/pkgs/container/chatgpt-bot)\n```\ndocker run -e APP_ID=\u003capp-id\u003e -e PRIVATE_KEY=\u003cpem-value\u003e ghcr.io/austenstone/chatgpt-bot:main\n```\n\n## Action\nWe also use [@probot/adapter-github-actions](https://www.npmjs.com/package/@probot/adapter-github-actions) to run this App as a GitHub Action.\nSee [usage.yml](https://github.com/austenstone/chatgpt-bot/blob/main/.github/workflows/usage.yml).\n\n```yml\nname: ChatGPT Bot\n\non:\n  issue_comment:\n    types:\n      - created\n\njobs:\n  run-bot:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: austenstone/chatgpt-bot@main\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}\n```\n\n## Contributing\n\nIf you have suggestions for how chatgpt-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\n## License\n\n[ISC](LICENSE) © 2023 Austen Stone\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fchatgpt-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustenstone%2Fchatgpt-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fchatgpt-bot/lists"}