Please sign in to access this page
An extension of the Codeforces API right in your command line!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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.