Codeforces Problemset Generator

Number of APIs: 2

A collection that generates a random Codeforces problem set by taking input through slack slash command and pushing the results back to the slack channel.

Slash command syntax:
/getcf cfHandle,minDifficulty,maxDifficulty,problemCount,(optional)tag1;tag2..
e.g: /getcf cooper123,1300,1800,5,math;dp;implementation

  1. Get all problems GET https://codeforces.com/api/problemset.problems?tags={{problemTags}}

  2. Generate Problemset GET https://codeforces.com/api/user.status?handle={{userId}}&from=1