https://github.com/apexal/trp
Third-party Regis Python Module
https://github.com/apexal/trp
Last synced: 2 months ago
JSON representation
Third-party Regis Python Module
- Host: GitHub
- URL: https://github.com/apexal/trp
- Owner: Apexal
- License: mit
- Created: 2015-09-05T16:38:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T01:02:36.000Z (over 9 years ago)
- Last Synced: 2025-03-16T14:04:13.958Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***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```
```python
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:
```json
{
"regis_username": "usernamehere",
"regis_password": "passwordhere"
}
```