Skip to content

A basic slack bot that will post when emails are received.

License

Notifications You must be signed in to change notification settings

Wiebesiek/Simple_Slack_Bot

Repository files navigation

Simple_Slack_Bot

A basic slack bot that will post when emails are received.

Installation

  1. Create virtual environment with preferred method.
  2. Install requirements via pip install -r requirements.txt
  3. python slackbot.py install
  4. Configure service to be run with credentials that the virtual environment is running in.

Troubleshooting Installation

If you are receiving errors starting the service, try to run the program from the virtual environment:

-- python slackbot.py debug

If this launches from here, but not the service, it is more than likely a permissions issue.

Here is a stack exchange link discussing some similar issues.

About

A basic slack bot that will post when emails are received.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages