Skip to content

slack bot that will check for messages with certain text in the last 24 hours in one channel and repost those messages in another channel.

Notifications You must be signed in to change notification settings

dkbearsong/Slack-Channel-Reposter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This Slack bot will pull messages from the past 24 hours in one channel, identify messages with specific keywords, and repost those messages with user information and timestamps in another channel. This is based on a Slack bot I built while at Atlassian, recreated to be customizable. Add a cron job or a task schedule to run this at a set time a day.

Requirements: in your .env file, add the following with your own values:

SLACK_BOT_TOKEN= SLACK_SIGNING_SECRET= SOURCE_CHANNEL_ID= DESTINATION_CHANNEL_ID= SLACK_WORKSPACE_NAME=

About

slack bot that will check for messages with certain text in the last 24 hours in one channel and repost those messages in another channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages