Git Product home page Git Product logo

codeforces-solutions-downloader's Introduction

Codeforces-Solutions-Downloader

Codeforces-Solutions-Downloader is a tool that solves various algorithmic problems in Codeforces and automatically downloads the accepted solution codes. This tool uses your handle to search and analyze the source code in Codeforces. If the source code does not exist in your local repository, save the source code file according to the directory name format and source name format options. If you want to push the source code to Github, recommend Codeforces-AutoCommit

Installation

$ git clone https://github.com/ISKU/Codeforces-Solutions-Downloader

Dependency

$ pip3 install requests
$ pip3 install bs4

How to use

  • Run the tool as follows.
$ python3 main.py
  • Search all submitted source code and analyze the correct source code.
  • If there are multiple correct source codes, select the last submitted source code.
  • Options:
option Description
handle Input your Codeforces handle (username)
mkdir Decide if you want to create a directory when you save the source code.
(false: directory name option is ignored.)
directory name Set the name of the directory where the source code is saved.
source name Set the name of the source code file.

๐Ÿ’ก [CONTEST]: If the content contains [CONTEST], it is replaced by contest_id.
๐Ÿ’ก [INDEX]: If the content contains [INDEX], it is replaced by problem_index.
๐Ÿ’ก [TITLE]: If the content contains [TITLE], it is replaced by problem_title.

License

Author

codeforces-solutions-downloader's People

Contributors

isku avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.