simon-andrews / umass-toolkit

Tools for accessing and using data from the University of Massachusetts Amherst. Unofficial.
https://umass-toolkit.readthedocs.io/en/latest/
MIT License
11 stars 6 forks source link

Added dean's list functionality #11

Closed MiloCS closed 6 years ago

MiloCS commented 6 years ago

Added a file which contains a dean's list search method. Currently, it only contains searching by name, but could be easily expanded to include things like searching by major, or a boolean function to determine if a specific student is a member of the dean's list.

MiloCS commented 6 years ago

I've made requested changes and also improved on it slightly by adding the search_all_pages method, which gives all search results, not just those on the initial search results page.