rast-7 / spoj-solution-downloader

A script to download your accepted solutions on spoj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPOJ Solutions Downloader

A simple Python script to download all your accepted solutions on SPOJ


How to run it

$ pip install -r requirements.txt
$ python get_solutions.py

The script will create a folder, spoj_solutions , in your present working directory. All your submissions will be inside this folder.

About

A script to download your accepted solutions on spoj


Languages

Language:Python 100.0%