Skip to content

satory074/AtCoderShojin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Overview

Return task list within the range of difficulty.

Usage

import requests

user = "satory074"
lower = -100
upper = 100

url = f"https://script.google.com/macros/s/AKfycby5PvFQAa4W8m812NVFcjx1sQGKPQ2QUnFr1RLtL7I-JczdDrq_5XvnTJoJIGQtbco0/exec?user={user}&lower={lower}&upper={upper}"
response = requests.get(url)
data = response.json()

print(data)

References

  • Pairs of Contests and Problems
  • User Submissions
  • Estimated Difficulties of the Problems
  • Kyopro-Ratings

About

return tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published