Skip to content

garvitlnmiit/search-umn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

search-umn

tip for next commit

#Purpose To search the UMN People Directory using a Python API.

#Example

The basic usage of the script is as follows:

./search.py McKinney

To search for a person using their full name, enclose it in quotation marks like:

./search.py "Nicholas McKinney"

#Dependencies Beautiful Soup v4 is required for this script to run. You can install it using the following command:

pip install beautifulsoup4

Note: I'm open to any commits that make this project faster, more efficient, easier to use, or more functional.

About

Search the UMN People Directory (search.umn.edu) using a Python API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published