MostafaM.Galal's blog

By MostafaM.Galal, history, 8 months ago, In English

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

  • Vote: I like it
  • -8
  • Vote: I do not like it

»
8 months ago, # |
  Vote: I like it +5 Vote: I do not like it

anyone here