Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)