Skip to content

hohky/RateLimiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate Limiter

This is a small tool to be able to analyze how many requests a web server can handle in a period of time, this is good for testing rate limiting

Demo

Alt text

Installation

Instale app using pip of python

  apt-get install python3-pip
  cd RateLimiter
  pip install -r requirements.txt

And then execute using python limiter.py

Running the tests

I created a small server in Flask to test rate limiting.

  cd server-demo
  python app.py

Contribution

This is a simple project, I would like to add more options and more features and improve the project but I don't have much free time, I appreciate anyone who can contribute.

About

Tool to test rate limiting of any website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages