Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.5 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.5 KB

Codeforces_scraper

  • Buit a web scraper on chrome browser which extracts information about specified number of past contest and store it in directories using python and selenium.
  • For particular contest it creates a directory with contest number as name which contains directories for each question.
  • Inside question directory there is a screenshot of question statememt and two text file one for input data and other for output data.

1822 is contest directory which stores data about the contest.

Screenshot from 2023-04-26 14-48-37

A to G2 repesent question directories.

Screenshot from 2023-04-26 14-48-50

Question directory consist of input data, output data and screenshot of problem statement.

Screenshot from 2023-04-26 14-48-58

Input data

Screenshot from 2023-04-26 14-49-13

Output data

Screenshot from 2023-04-26 14-49-23

Problem statement

Screenshot from 2023-04-26 14-50-10