https://github.com/ewang2002/ucsdcapescraper
A program that scrapes UCSD's CAPE.
https://github.com/ewang2002/ucsdcapescraper
chrome selenium selenium-driver ucsd ucsd-cape
Last synced: 2 months ago
JSON representation
A program that scrapes UCSD's CAPE.
- Host: GitHub
- URL: https://github.com/ewang2002/ucsdcapescraper
- Owner: ewang2002
- License: mit
- Created: 2020-08-30T01:57:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T07:59:15.000Z (about 3 years ago)
- Last Synced: 2025-10-23T06:23:49.746Z (8 months ago)
- Topics: chrome, selenium, selenium-driver, ucsd, ucsd-cape
- Language: C#
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UCSD Cape Scraper
A simple program designed to scrape data from [UCSD's CAPE](http://www.cape.ucsd.edu/).
## Technologies
- .NET 6.0
- Selenium
## Requirements
- [Google Chrome](https://www.google.com/chrome/)
- [.NET 6 SDK](https://dotnet.microsoft.com/download)
- [Selenium Driver for Chrome](https://chromedriver.storage.googleapis.com/index.html)
## Usage
The command line arguments are:
```
./UcsdCapeScraper -d -u
./UcsdCapeScraper -dir -username
```
Where:
- `` (Required) is the directory that contains your `chromedriver.exe` file.
- `` (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.