keitaroinc / WikiBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 83.9%Language:HTML 16.1%