Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swinton/go-probot
GitHub Apps in Golang, inspired by Probot
https://github.com/swinton/go-probot
golang probot
Last synced: 4 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T14:21:45.000Z (over 1 year ago)
- Last Synced: 2024-09-27T08:02:25.709Z (4 months ago)
- Topics: golang, probot
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# :robot: `go-probot` ![](https://github.com/swinton/go-probot/workflows/Build/badge.svg)
> 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/)