Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add number of solved archive challenges to whois output #3

Open
RobinJadoul opened this issue Jul 1, 2024 · 1 comment
Open

Add number of solved archive challenges to whois output #3

RobinJadoul opened this issue Jul 1, 2024 · 1 comment

Comments

@RobinJadoul
Copy link
Member

See also cryptohack/issues-tracker#3

@hyperreality
Copy link
Contributor

hyperreality commented Jul 2, 2024

Have added /api/site-stats/ (in dev currently) that returns the following:

{
  "category_challenge_count": {
    "aes": 24,
    "ctf-archive": 55,
    "diffie-hellman": 14,
    "ecc": 19,
    "general": 19,
    "hashes": 11,
    "introduction": 3,
    "maths": 23,
    "misc": 14,
    "post-quantum": 10,
    "rsa": 29,
    "web": 17,
    "zkp": 9
  },
  "challenge_non_archive_count": 192,
  "user_count": 9
}

It should be possible to move the bot to using the public API now, and I'll raise the rate limits so the bot shouldn't hit them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants