codebots.bots.slackbot.SlackBot#
- class codebots.bots.slackbot.SlackBot(config_file=None)[source]#
Bot that automatically sends messages over slack
- Parameters:
- config_filefile
file with the access token for the slack workspace.
- Attributes:
client
class : slack WebClient class
Methods
connect
()connect to the slack webclient.
send_message
([verbose])Send a message to a channel.