Add source code attribute to Codeforces API

Revision en1, by MostafaM.Galal, 2023-09-23 01:45:21

i am trying to make a scraper for the accepted solutions on Codeforces and this is not feasible as it needs a lot of requests i searched on the API supported by the site but the submission object doesn't contain this piece of information so i was hoping to add this attribute to the submission object or create another object that could contain this attribute to make submissions request for a specific user light-weight. i know that gyms are not allowed to be seen except by coaches or the solver so it could be handled using specific parameters for authentication and thanks in advance

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English MostafaM.Galal 2023-09-23 01:45:21 630 Initial revision (published)