Skip to content

A simple slack bot that will listen for and respond to any mention of github issues

Notifications You must be signed in to change notification settings

steve-haar/github-slack-bot-with-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Slack Bot with Go

A simple slack bot that will listen for and respond to any mention of github issues.

sceenshot

Setup

Provide the following environment variables:

  • REPO_OWNER (name of GitHub repo owner / org)
  • REPO_NAME (name of GitHub repo)
  • OAUTH_TOKEN (slack OAUTH bot token)
  • APP_TOKEN (slack APP token)

Download Go. Run this followed commands:

# Install dependencies (only the first time)
go install

# Run the local server at localhost:8080
npm run main.go

# Build for production in the dist/ directory
npm build

About

A simple slack bot that will listen for and respond to any mention of github issues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages