Skip to content

Agent-Hellboy/cf_scrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cf_scrapper

Tool to create a local copy of your Accepted solutions from CodeForces and upload it into your github repo

Required Library Names is mentioned in requirements.txt Run the following command before running the cf_scrapper

Requirements

pip install -r requirements.txt

To run the scrapper

git clone https://github.com/Rico1102/cf_scrapper
cd cf_scrapper
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

run
python cf_scrapper.py

Current Features

--Creates a local folder with handle_name
handle_name is required as the input(Case Sensitive)
A local Folder is created with the handle_name which will store all the accepted results,
Folder Structure
handle_name
   |
   |--Contest-Number
      |
      |--Problem No - Problem Name
         |
         |--Accepted Solution(Latest)
--Only Supports C++ submissions

Features to be added

--Upload to Github Repo

About

Tool to create a local copy of your Accepted solutions from CodeForces and upload it into your github repo

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages