Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomhayner/aihawk_birdwatcher
https://github.com/thomhayner/aihawk_birdwatcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomhayner/aihawk_birdwatcher
- Owner: thomHayner
- License: isc
- Created: 2024-09-14T06:01:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T23:25:23.000Z (3 months ago)
- Last Synced: 2024-10-28T03:31:22.993Z (3 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AIHawk_Birdwatcher
> A GitHub App built with [Probot](https://github.com/probot/probot) and integrated with [OpenAI](https://platform.openai.com). An intelligent GitHub Repository Maintainer Agent for: triaging Issues, reviewing Pull Requests, and moderating Discussions; can be trained on a repository Wiki as well for FAQ and troubleshooting, backwards compatible for existing repositories with issues, pr and discussions histories.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t AIHawk_Birdwatcher .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= AIHawk_Birdwatcher
```## Contributing
If you have suggestions for how AIHawk_Birdwatcher could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2024 thomHayner