A simple program designed to scrape data from UCSD's CAPE.
- .NET 6.0
- Selenium
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 yourchromedriver.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.
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.
MIT.