https://github.com/da03/waterlooappcrawler
https://github.com/da03/waterlooappcrawler
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/da03/waterlooappcrawler
- Owner: da03
- License: mit
- Created: 2024-01-08T16:37:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:22:31.000Z (over 2 years ago)
- Last Synced: 2025-03-17T19:11:40.215Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WaterlooAppCrawler
Crawl graduate applications in the Odyssey system and save to a local CSV file. To customize the information to be crawled, change the `extract_details` function.
## Dependencies
* Firefox browser
* `pip install selenium`
## Usage
First, set your Waterloo email and Waterloo password in environment variables:
```
export WATERLOOEMAIL=your_username@uwaterloo.ca
export WATERLOOPASSWORD=your_password
```
Next, run
```
python main.py
```
Note that running this script will send a push request to Duo Mobile, and you will need to use Duo Mobile to **approve** the login request.
After running this script, the results will be saved in a CSV file named `applications_data.csv`.