Skip to content

Large-scale web scraping of CodeForces.com utilized for Deep Learning Research.

Notifications You must be signed in to change notification settings

alexayalamcs/code-scraping

Repository files navigation

code-scraping

This project was used to gather programming solutions and problems from Codeforces.

Files of Interest

This main file handles seeking out computers to connect to and manage existing connections. It's capable of handling other scraping tasks as well. TODO: Move to another repo

The main child task. SSHHandler executes this child task on each connected machine.

This file generates the URLs for every submission that will later be scraped Ran a single time to generate the master list, and then it passed off to ssh_handler and download_submission_requests to do the rest.

About

Large-scale web scraping of CodeForces.com utilized for Deep Learning Research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages