Python slack bot to forward messages from one channel to another using CLI
- Python 3.7 or above
- Slack Legacy API Token
- pip3 install slacker
- pip install slacker
# config.py
slackAPItoken = "YOUR-LEGACY-API-TOKEN-HERE"
- 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
Uncomment hardcoded toChannel variable in forward.py
Create issues for improvements and suggestions
Most Welcome