tbuzzelli / Veris

A comprehensive tool for judging competitive programming solutions locally given a solution file, collection of data files, and optionally a checker.
Apache License 2.0
12 stars 1 forks source link

Feature: Automatically pull sample data for Codeforces problem #1

Open c650 opened 6 years ago

c650 commented 6 years ago

Have Veris detect that you're working on a Codeforces problem by:

Save (cache) samples in some temporary directory. Can be expanded to work on other platforms (like Kattis, etc).

Currently, my idea is just to do some web scraping, so extending it across websites would be a bit tedious, at best.

tbuzzelli commented 6 years ago

We could create an abstract class called SampleScraper that we can just do implementations of to scrape the data.