Skip to content

Python Script to get All Problem Statements and Solutions of any user for Any CodeChef Competition

License

Notifications You must be signed in to change notification settings

Vatsalparsaniya/Codechef_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codechef_Scraping

license

Python Script to get All Problem Statements and Solutions of any user for Any CodeChef Competition

After run Script you will get two separate folder

     1 for Problem Statements (Name : "Problem_Statement")

     2 for Solutions (Name : "Solutions")

Code Overview

Getting Arguments

Fetching MetaData

Fetching Problem Statments

Fetching Solution

DEMO

RUN : python CodeChef_Scraping.py -c [CONTEST NAME] -u [USER NAME]

  Ex : python CodeChef_Scraping.py -c AUG19B -u vatsal1999

OUTPUT :

  1. Contest Detail :

  2. Problem Statement Scraping

  3. Solutions Scraping

upcoming features

    1) multi features website
    2) get efficient Solution code ony
    3) save all solution according code language