Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.41 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.41 KB

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