An open API service indexing awesome lists of open source software.

https://github.com/thorgathis/ycontestparser

💿 Single-threaded Yandex Contest parser
https://github.com/thorgathis/ycontestparser

parser yandex-contest yandex-contest-parser

Last synced: 5 months ago
JSON representation

💿 Single-threaded Yandex Contest parser

Awesome Lists containing this project

README

          

# YContestParser

This project automatically retrieves the names of open contests from **Yandex Contest** and saves them for further use. Designed for simplicity and efficiency, it helps users stay updated on available programming competitions. The project is open-source, easy to set up, and ready for integration or customization. Perfect for anyone looking to track and participate in coding contests without missing out on new opportunities.

## Installation

1. Clone the repository: ```git clone https://github.com/Thorgathis/YContestParser.git```
2. Navigate to the program directory: ```cd YContestParser```
3. Install [dependencies](https://github.com/Thorgathis/YContestParser/blob/master/requirements.txt): ```pip install -r requirements.txt```

Copy commands tree

```
git clone https://github.com/Thorgathis/YContestParser.git
cd YContestParser
pip install -r requirements.txt
```

## Usage

```
python main.py [-h] [-l] [-c] start_num end_num find_par
```