Skip to content

Code-N-Code/CodechefDataMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodechefDatainer

A java web scraping project to fetch user data from user id from codechef.com


CodechefDataManager

This is the main class which contains all of the functionalities

List of functions and their short description

  • void setUserId(String userId)
    • Used to set the userId of the user for which we want to fetch details
  • int getUserCurrentRating()
    • This function returns current rating of the user
  • String getUserName()
    • returns Name of the user
  • List getSolvedProblems()
    • returns list of problems (problem codes) solved (completely) by user
  • int partialSolvedCount()
    • returns list of problems (problem codes) solved (partially) by user
  • int partialSolvedCount()
    • returns number of problems solved (partially) by user
  • int fullySolvedCount()
    • returns number of problems solved (completely) by user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages