Skip to content

christokur/slack-mass-messenger

 
 

Repository files navigation

Slack Mass Messenger

Provides possibility of messaging multiple Slack users at the same time while "pretending" to be the user that has authorized this process with his/her token.

Requirements:

  • python3
  • pip3
  • Requests library
    • Try pip3 install requests
    • If above failed pip3 install --user requests (do not run this in virtual environment)

Permissions setup

Local application setup

Usage

  • Enter the directory you have extracted/cloned this application into
  • Edit message_slack_users.emails and message_slack_users.message (See: Getting more help for more details)
  • Run python3 message_slack_users.py -t YOUR_AUTH_TOKEN_HERE

Getting more help

About

Allows the user to send personalized message to multiple Slack users so it appears on Slack as sent by the user themselves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%