rituraj2847 / CodeChef-Crawler

A Python scripts tool that lets you download all the successful submissions of a user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeChef-Crawler

Basic Usage

  1. To use this you'll need BeautifulSoup library installed on your machine. Download it using the command
    sudo apt-get install python3-bs4
  2. Just navigate to the directory where you have cloned/downloaded this.
  3. Type $ python3.5 crawl2.py. Hit enter in your terminal.
  4. Now just enter the username of the user whose answers you have to fetch.

Features

  1. Creates a user directory with the username and saves each file with the question code name.
  2. Supports JAVA, C, C++ and python formats. All the other file types are downloaded as .txt files.
  3. Gives the ongoing fetching details along with the time taken to fetch each answer.

I would highly appreciate any suggestions and pull requests aimed at improving the Crawler.

About

A Python scripts tool that lets you download all the successful submissions of a user


Languages

Language:Python 100.0%