A basic slack bot that will post when emails are received.
- Create virtual environment with preferred method.
- Install requirements via pip install -r requirements.txt
- python slackbot.py install
- Configure service to be run with credentials that the virtual environment is running in.
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.