Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 639 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 639 Bytes

Forward Messages on Slack

Python slack bot to forward messages from one channel to another using CLI

Dependencies

  • Python 3.7 or above
  • Slack Legacy API Token

pip Dependencies

  • pip3 install slacker
  • pip install slacker

Config File

# config.py

slackAPItoken = "YOUR-LEGACY-API-TOKEN-HERE"

How To Run

  • Clone this repo
  • Get slack API token for your channel
  • Create a config file as described above
  • terminal > python3 forward.py
  • Follow prompts on CLI

Note

Uncomment hardcoded toChannel variable in forward.py

Issues

Create issues for improvements and suggestions

PRs

Most Welcome