A simple leetcode scraper that scrapes all the problems on leetcode using Web Automation powered by Selenium.
- tokio (Asynchronous Rust)
- Thirty four (Selenium Webdriver for Rust)
- Serde (to parse the data into json)
clone the repo and run the following :
cargo run