/Slack-Bot

Primary LanguagePython

Slack-Bot

How to Use

  1. make a token.txt file
  2. input Slack OAuth token

Example

from slack_bot import SlackBot

Bot = SlackBot([Channel_List])
Bot.sendMessage("Messsage")