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
- Host: GitHub
- URL: https://github.com/thorgathis/ycontestparser
- Owner: Thorgathis
- License: gpl-3.0
- Created: 2023-12-09T06:37:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T13:30:19.000Z (10 months ago)
- Last Synced: 2025-04-09T23:55:10.400Z (9 months ago)
- Topics: parser, yandex-contest, yandex-contest-parser
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```