/rybot

Slack bot to help you find answers for programming questions.

Primary LanguagePython

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