rjames86 / zendesk_forum_slackbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zendesk Forums to Slackbot

Setup

# Make sure you're in the root folder
cd /your/path/forum_slackbot

# Set up a virtual environment
virtualenv venv

# Source the virtual environment
source venv/bin/activate

# Install the requirements
pip install -r requirements.py

# Create a config.py file
mv app/config.py{.example,}

You'll need to fill in the variables in the new config.py file you've created.

You should be now set up! You can run python app/main.py to post to Slack!

About


Languages

Language:Python 100.0%