/QAMaster

A discord bot to manage questions and answers in a server

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

QAMaster

A discord bot to manage questions and answers in a server

Installing in discord

How to run locally

  • Setup Repository

    • clone the repository
    git clone https://github.com/RITct/QAMaster
    • Create virtual environment
    python -m venv venv
    • activate virtual environment

      • Unix or MacOS

        source venv/bin/activate
      • Windows

        venv\Scripts\activate.bat
    • install dependencies

    python -m pip install -r requirements.txt
  • Setup discord bot authentication

  • Run the bot locally

    python QAMaster/bot.py

How to contribute

  • Find an issue

  • Discuss

  • Get assigned

  • Make a pull request

Resources