Skip to content

Fetch information on the units outline website of University of Sydney, and print the result or export it to text, markdown, or PDF file.

Notifications You must be signed in to change notification settings

chungmuwei/findunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findunit

Introduction

A python CLI tool to find information about the units of study at University of Sydney. This tool is under initial development. The current functionality is scraping the overview section of the units outline, which contains academic details, enrolment rules, and teaching staff and contact details. There are two option of output. One is printing to standard output, and the other one is writing to a file of text, Markdown, or PDF format.

Manual

usage: findunit [-h] [-y YEAR] [-r] [-o OUTPUT] unitcode [unitcode ...]

Print the academic details, enrolment requirements, and overview of a list of unit of studies at the University of Sydney, or write them to a file

positional arguments:

  • unitcode: the unit code to find

options:

  • -h, --help: show this help message and exit
  • -y YEAR, --year YEAR the year of the unit of study
  • -r, --remote remote/online delivery mode
  • -o OUTPUT, --output OUTPUT the output file name (supported format: text, markdown, pdf)

About

Fetch information on the units outline website of University of Sydney, and print the result or export it to text, markdown, or PDF file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages