An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with api-rate-limiting

A curated list of projects in awesome lists tagged with api-rate-limiting .

https://github.com/ftnfurina/rate-keeper

Rate Keeper: Used to limit function call frequency. It ensures your function is called evenly within the limit rather than being called intensively in a short time.

api-rate-limiting api-throttling rate-limiter

Last synced: 05 May 2025

https://github.com/achrefdevtn/rate-limiting

A Node.js Express app demonstrating rate limiting with the MVC architecture. Limits API requests to prevent abuse: 100 requests per 15 minutes globally, 5 login attempts per 15 minutes. Includes helmet for security. Organized into controllers, routes, and configuration.

api-rate-limiting expressjs nodejs rate-limiting web-security

Last synced: 11 Apr 2026

https://github.com/parisaalizadeh2003/saferatelimiter-

This Python project implements a Rate Limiter decorator that restricts the number of function calls within a specified time window. It helps control execution flow and prevent excessive function calls.

api-rate-limiting decorators-python limiting performance pytest python rate-limiter software-development throttling time-based-limiter

Last synced: 12 Apr 2025

https://github.com/simonpierreboucher/embedding

A robust Python tool for generating embeddings from text files using OpenAI's API. This tool processes text files, splits them into chunks while preserving context headers, and generates embeddings using OpenAI's models, saving both text and embeddings in structured formats.

api-rate-limiting automated-text-analysis context-preservation data-preprocessing embeddings-generation error-handling json-and-npy-formats machine-learning metadata-management natural-language-processing openai-api python-tool text-chunking text-embedding yaml-configuration

Last synced: 30 Mar 2025