a web scraper to scrape cedtintern.cp.eng.chula.ac.th then sort internship by compensation amount using Polars
for CEDT01 in 2024: first 100 internships with most compensation amount(assuming 1 month = 20 working days) is in here
- copy http-only cookie named "athena_session" (for most browsers it should be at
dev tool(f12)>storage>cookies
) from cedtintern.cp.eng.chula.ac.th into project_directory/.cookie file it should look likeathena_session:...
- run
cargo run
in project directory - result will be in project_directory/result.json
I just feel like coding rust. Polars is almost like Pandas but with rust support