Skip to content
/ QAMaster Public

A discord bot to manage questions and answers in a server

License

Notifications You must be signed in to change notification settings

RITct/QAMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A discord bot to manage questions and answers in a server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published