Git Product home page Git Product logo

codeforces-extractor's Introduction

codeforces-extractor

Program for extracting codeforces data.

Explanation

So since copying the testcases from the browser everytime makes us lose time, I wanted to get the data from the website and store it locally in order run each testcase from commandline quickly. I actually saw some people who are doing this, however, I didn't see any repository about it. So I made one for myself, and wanted to share it with everyone so anyone can use.

Usage & Configuration/Personalization

To get the data from the contest, you should pass the contest no. For example if you want to get them from this contest, https://codeforces.com/contest/1720/problems you need to pass 1720 to program:

python main.py 1770

The program, as default, copies them to the current working directory's test/ folder. So basically ./test/ folder. If you want to change it, you can change this line:

main(number, './test/')

to

main(number, 'path/to/the/directory/')

TODO

I am using neovim as the IDE or PDE currently. So I want to write a plugin that will execute everything in commandline, and integrate with neovim's features very well.

Contribution

If you liked this project, please leave a star. If you have any questions about the project, you can create an issue. If you have any idea to get the project better, you can do some stuff and push. I think it would be fun!

codeforces-extractor's People

Contributors

yunusey avatar

Stargazers

 avatar

Watchers

 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.