https://github.com/suyash-chavan/contest-parser
Contest Parser is a script to parse Live Codechef/Codeforces contests and provide a robust environment while solving problems.
https://github.com/suyash-chavan/contest-parser
codechef codeforces codeforces-contests codeforces-scrapper competative-programming
Last synced: 9 days ago
JSON representation
Contest Parser is a script to parse Live Codechef/Codeforces contests and provide a robust environment while solving problems.
- Host: GitHub
- URL: https://github.com/suyash-chavan/contest-parser
- Owner: suyash-chavan
- License: mit
- Created: 2021-04-24T18:00:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T03:10:40.000Z (about 4 years ago)
- Last Synced: 2025-04-13T13:12:16.536Z (2 months ago)
- Topics: codechef, codeforces, codeforces-contests, codeforces-scrapper, competative-programming
- Language: Python
- Homepage:
- Size: 495 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Contest Parser
[](https://github.com/suyash-chavan/Contest-Parser/issues)
[](CONTRIBUTING.md)
[](https://opensource.org/licenses/MIT)## About
* Contest Parser is a tool that can be used for Codeforces and Codechef Live contests, to quickly generate input, outupt files for sample test cases available over the problem page as well as manual test cases. It also generates corresponding code file for each problem according to the template.
* It comes with a Judge which checks the program output and expected output. The Judge is also useful if problem involves Multiple Correct outputs. In this case user needs to specify the way Judge should judge the program output and expected output.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
* Python 3.6 or above### Installing
1. Download latest version of Contest Parser avaliable in Releases section.
2. Extract the zip file and install it with following commands.```
chmod +x install.sh
sudo ./install.sh
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details