Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 864 Bytes

TuteScrew

TuteScrew is a Discord chat bot written in Go for teamRPI's Discord. The goal of TuteScrew is to be fast, efficient, and easily expandable in the future.

Featuring...

  • RPI Student Verification via CAS

With support to come for...

  • Pickup game (PUG) scheduling and stat tracking
  • Additional moderation features

Getting Started

Installation

  1. Install Go
  2. Run go get github.com/albshin/tutescrew
  3. Fill out the configuration file see below

Configuration

The configuration file must be filled out before the bot can run.

  • Token: Can be obtained from here.
  • Prefix: The prefix needed to call upon the bot.
  • CASAuthURL: URL to RPI's CAS authentication server. currently: https://cas-auth.rpi.edu/cas/login
  • CASRedirectURL: URL to redirect to upon authentication success.