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

https://github.com/ad/go-githublistener


https://github.com/ad/go-githublistener

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-githublistener
![Release](https://github.com/ad/go-githublistener/workflows/Release/badge.svg)

Register your new application on Github: https://github.com/settings/applications/new

In the "callback URL" field, enter http://localhost:8080/oauth/redirect

Once you register, you will get a client ID and client secret

Put clientID and clientSecret variables into .env file:

GO_GITHUB_LISTENER_PORT=8080

GO_GITHUB_CLIENT_ID=

GO_GITHUB_CLIENT_SECRET=

GO_GITHUB_LISTENER_TELEGRAM_TOKEN=

Start the server by executing make dev or make up

Navigate to http://localhost:8080 on your browser.