mackenziedg / rybot

Slack bot to help you find answers for programming questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rybot

Description

  • Read this

Installation

  • Clone the repository.

  • Run make init to create and populate the rybot_env virtual environment.

  • Activate the environment with source ./rybot_env/bin/activate

  • Create the necessary environment variables to connect to the Slack API (using source export_keys for instance)

  • Run python3 ./rybot/rybot.py

  • Enjoy!

Authors

About

Slack bot to help you find answers for programming questions.


Languages

Language:Python 98.8%Language:Makefile 1.2%