Skip to main content

TxConnect Scraper for SCUC

Project description

This is a Python library for web scrapping TxConnect, a grade viewing service. It is oriented towards SCUCISD with future plans to be able to extend it to other school districts.

Installation

Use the package manager pip to install TxConnect.

::

pip install TxConnect

Usage

::

from txconnect.txconnect import TxConnect

tx = TxConnect() tx.login(username, password) # returns if login successful tx.get_student_list() # returns student names and ids associated with account in json format tx.get_classes(student_id) # returns all classes associated with student id

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TxConnect-0.2.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page