sjsakib / cfviz

Visualizes user data from codeforces.com using the official API
http://cfviz.netlify.com
1.12k stars 70 forks source link

Doesn't count the no of problems solved inside the codeforces gym #38

Open AjaySharma132 opened 2 years ago

AjaySharma132 commented 2 years ago

It nowhere includes the no of problems solved inside the codeforces' gym which is kinda bad for analyzing one's performance.

maleksware commented 2 years ago

The fix for this is to use HTML parsing instead of submission API. That would work for problem count, but not for AC/percentage.