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