/WikiBot

:moyai:Slack bot for publishing pinned posts to Keitaro wiki

Primary LanguagePythonMIT LicenseMIT

contributions welcome License Build Status

WikiBot

Slack bot for publishing pinned posts to Keitaro wiki

Installation

Clone this repository locally, then create a virtual environment to keep the dependencies for this project isolated from any other project you may be working on.

If you're using virtualenv run the following commands from the root of your project directory:

virtualenv env

Then activate your new virtual environment:

source env/bin/activate

After that, install dependencies:

pip install -r requirements.txt