GitXplorerGitXplorer
t

peoplesoft-bot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4e50bd19b7d03922f5fcdcd1e8702f2c81a8e672

Rewrite the bot

ttianyizheng02 committed 3 days ago
Verified
991dc84c3e781aa9b15fdb330c6fdb0605eb4df0

Update README.md

ttianyizheng02 committed 2 years ago
Unverified
f325e861984435c23bb68fb845b0cd891122b758

Fix typos

ttianyizheng02 committed 3 years ago
Unverified
7d06fcf8e1d36fdbba5a1277a2ec400206e1bd32

Change prefix

ttianyizheng02 committed 3 years ago
Unverified
b3d3b9e0c28bdccfa8f00bb38cd90dea3f500869

Exclude labs when getting course info in course command

ttianyizheng02 committed 3 years ago
Unverified
544b583a948c393ea3bdb35636819f8ad368beeb

Change prefix

ttianyizheng02 committed 3 years ago

README

The README file for this repository.

PeopleSoft Bot

PeopleSoft Bot is a Discord bot that retrieves data from PeopleSoft, the student information system used by the University of Pittsburgh. I created it as a way for Pitt students on Discord to easily search for info on classes without needing to take the time to do it themselves.

Usage

The bot currently supports the following commands:

  • ??subjects: Get subjects with their abbreviated subject codes

  • ??courses <subject_code>: Gets courses for a specific subject

  • ??course <subject_code> <course_number> [term]: Get info about a specific course

  • ??sections <subject_code> <course_number> [term]: Get sections for a specific course

  • ??section <class_number> [term]: Get info about a specific section of a course

Where applicable, the default term is the current term (Spring 2025).

Credits

The bot uses modified code from PittAPI by Ritwik Gupta and the CSC @ Pitt.