1.0.1 • Published 6 years ago
cfbot v1.0.1
Codeforces Bot
This is a bot for competative programmers to help setting up things as fast as possible.
This bot fetch how many problems there are in a contest and for each problem it fatches test cases and create directory for individual problem. It also copies a template file to each problem folder.
Installation
npm i -g cfbotUsage
Get contest by id
cfbot get --id <contest_id>or
cfbot get -i <contest_id>Here's an Example
cfbot get --id 1348Get contest by url
cfbot get --url <contest_url>or
cfbot get -u <contest_url>Here's an example
cfbot get --url https://codeforces.com/contest/1348Other commands
For checking version
cfbot -VFor help
cfbot -h
cfbot --help
cfbot get -h