Skip to content
/ SlackBot Public
forked from orez-/SlackBot

A bot to interface with Slack. It's still like crazy rough!

Notifications You must be signed in to change notification settings

mc706/SlackBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackBot

A bot to interface with Slack. It's still like crazy rough!

Setup

Setup's probably the jenkiest part of this whole operation still!

  1. Clone this repo locally.
  2. Create a file config.py at the root of SlackBot. It should define the locals default_channel as the default channel to communicate with, and token as the bot token of the Slack team you want to interface with.
token = "MyToken"
default_channel = "#general"
  1. Create the directory data in that root as well.
  2. python bot.py

Creating Modules

This section could use a full writeup someday. An extremely basic example can be found in modules/friendly.py

About

A bot to interface with Slack. It's still like crazy rough!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%