Skip to main content

Python Scraper for StudentVue Portals

Project description

StudentVue API

travis PyPI version

This repository provides a easy way to access data from StudentVue portals in Python programs.

Note:

If this library isn't updating properly, try explictly installing the latest version (e.g. pip3 install studentvue==1.3.0).

If you're getting an AttributeError when trying to log in, this might mean that your school is on an older version of StudentVue. Try uninstalling this library (pip uninstall studentvue) and installing studentvue-old (pip install studentvue-old).

studentvue-old is not maintained and has a different API, but there is some minimal documentation.

Logging In

pip install studentvue or clone / download the repository and python setup.py install.

from studentvue import StudentVue
sv = StudentVue('username', 'password', 'domain name') 

Documentation

You can read some basic docs here.

Bugs and Contributing

The content and formatting of pages may vary from district to district, so the same parsing strategies might fail. If you find an instance of this, or have a general improvement you can raise a new issue and/or open a pull request.

Ports

C# - axiomaticTwist/StudentVueAPI

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

studentvue-1.3.2.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

studentvue-1.3.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

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