https://github.com/ad/go-githublistener
https://github.com/ad/go-githublistener
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/go-githublistener
- Owner: ad
- License: mit
- Created: 2020-05-08T09:26:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T02:53:24.000Z (3 months ago)
- Last Synced: 2026-03-02T06:40:55.130Z (3 months ago)
- Language: Go
- Size: 2.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-githublistener

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.