A Java based Web Scraper which extracts user's data from Codechef from given codechef id.
- jsoup Java Library is used to parse, extract and manipulate data stored in Codechef HTML page.
- Various functionalities like extracting user's ID, Name, Current and Highest Rating, Global and Country Rank, Fully and Partially solved problems etc are implemented.
- The CodechefDataManager Java file contains all the functions for above mentioned functionalities.