https://github.com/swinton/go-probot
GitHub Apps in Golang, inspired by Probot
https://github.com/swinton/go-probot
golang probot
Last synced: 5 months ago
JSON representation
GitHub Apps in Golang, inspired by Probot
- Host: GitHub
- URL: https://github.com/swinton/go-probot
- Owner: swinton
- License: other
- Created: 2020-09-09T19:44:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T14:21:45.000Z (over 2 years ago)
- Last Synced: 2025-01-30T19:22:38.746Z (about 1 year ago)
- Topics: golang, probot
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 17
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# :robot: `go-probot` 
> GitHub Apps to automate your workflow, in Golang, inspired by [Probot](https://probot.github.io)
## Example
Check out [the basic example](example/basic.go).
## Credits
- [Probot - GitHub Apps to automate your workflow](https://probot.github.io)
- [HTTP Server - Go Web Examples](https://gowebexamples.com/http-server/)
- [Routing (using gorilla/mux) - Go Web Examples](https://gowebexamples.com/routes-using-gorilla-mux/)
- [Accepting Github Webhooks with Go · groob.io](https://groob.io/tutorial/go-github-webhook/)