Please sign in to access this page

CFCli

CFCli

2 devlogs
5h 10m
•  Ship certified
Created by kashsuks

An extension of the Codeforces API right in your command line!

Timeline

Ship 1

0 payouts of shell 0 shells

kashsuks

about 16 hours ago

kashsuks Covers 2 devlogs and 5h 10m

Alright so this time, I added proper documention (ie all the documentation) and updated the code so it doesnt have to use like 30 dependencies anymore.

Update attachment

So far, I added 7 commands using python rich and textual. The project is meant to be a nice overlay of the official codeforces api and it works really well so far! I added the help, user, problemset, ratings, log, streak, and contests commands so far. I even published the project through pip! I first tried pypi test but had to tweak the install command since it was using some packages that are only available on pypi. I took a really risky decision and decided to just push straight to pypi. Luckily, it works!! I'm writing some proper documentation for both pypi and the docs site so its gonna take a bit for that to be finished.

Update attachment