Skip to content

ewang2002/UcsdCapeScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCSD Cape Scraper

A simple program designed to scrape data from UCSD's CAPE.

Technologies

  • .NET 6.0
  • Selenium

Requirements

Usage

The command line arguments are:

./UcsdCapeScraper -d <Directory> -u <TritonLink Username>
./UcsdCapeScraper -dir <Directory> -username <TritonLink Username>

Where:

  • <Directory> (Required) is the directory that contains your chromedriver.exe file.
  • <TritonLink Username> (Optional) is the username that you want to use to login.

Once you run this program, the program will ask for your password. Follow the directions.

Instructions

At some point, I will provide a compiled executable. For now, you will need to compile UcsdCapeScraper yourself. More on this will be provided.

Once you've followed the steps that the program has given you, the program will scrape data from the CAPE website. After that is done, it will save a TSV file in the same directory where you specified that the chromedriver.exe executable was.

License

MIT.

Releases

No releases published

Packages

No packages published

Languages