Skip to content

A bot for Slack that politely reports when a link has been used before in the channel.

License

Notifications You must be signed in to change notification settings

grantmd/slack-oldbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-oldbot

A bot for Slack written in Go (golang) that politely reports when a link has been used before in the channel.

Usage

  • Build the code with go build

  • Start the bot with ./slack-oldbot on an internet-accessible server. (Check the output of ./slack-oldbot -h for configuration options)

  • Configure an Outgoing Webhook in your Slack and point it to the place where your bot is running. For example: http://example.com:8000/

  • The bot will listen to incoming requests, extract urls, add them to the list, and if they've been used before, it will respond in the channel.

Tips

About

A bot for Slack that politely reports when a link has been used before in the channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages