jsocol/django-ratelimit

What ip or users are blocked ?

Open

#210 opened on Nov 1, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (180 forks)batch import
feature-requesthelp wanted

Repository metrics

Stars
 (904 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I want to check what ip or users (any given key) has exceeded the ratelimit on my apis. I would have liked if django-ratelimit had that option -> for example a function which returns blocked ips, remaining block time as a dictionory.

I would like to work on it and send a PR. Is that ok ?

Contributor guide