API-Rate-Limiter Custom API Rate Limiter tool to handle huge loads of requests from APIs for my projects. Tech Stack Used (Is currently being Used) Backend : Python, FastAPI Cache : Redis Rate Limiting Algorithms to implement Token Bucket Algorithm Sliding Window Log Algorithm Progress Token Bucket Algorithm Implementation in redis-py Sliding Window Log Algorithm Implementation in redis-py