Skip to content

Python script to scrape the UT course schedule with Mechanical Soup

License

Notifications You must be signed in to change notification settings

graysonpike/ut-course-schedule-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ut-course-schedule-scraper

Python script to scrape the UT course schedule (Work in Progress, incomplete). Requires python3.

Virtual Environment

It is strongly recommended to use a Python virtual environment. To create a virtual env, use the venv feature of python3. Run the command below in the root project directory. Recommended folder name for the virtual environment is env.

python3 -m venv <env-folder-name>

To activate that virtual environment, use the below command:

source <env-folder-name>/bin/activate

After activating, to install the dependencies run

pip3 install -r requirements.txt

About

Python script to scrape the UT course schedule with Mechanical Soup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages