Third-party Regis Python Module


Keywords
regis, moodle, scraper, education, school, academics
License
MIT
Install
pip install trp==0.1.6a1

Documentation

DISCONTINUED: TRP has been replaced with my new scraper TRMS found under Aedificem https://github.com/Aedificem/trms

TRP Module - The Sidekick to OnTrac

T - Third-party
R - Regis High School
P - Python

$ pip2 install trp

from trp import TRP
# TRP will initialize everything
t = TRP(secretsPATH, dbIP, dbPORT, dbNAME) # all arguments are optional
# TRP("./secrets.json", "localhost", "27107", "regis")  <--- defaults
t.scraper.scrape(1199, "person")

secrets.json format:

{
  "regis_username": "usernamehere",
  "regis_password": "passwordhere"
}