devridge0 / devridge0/telegram-trading-bot

Add rate limiting for commands to prevent abuse

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
bug security
Dominant language
JavaScript
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Prevent spam or abuse by implementing per-user rate limits on commands.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the command-handling entry points and how users are identified. Define the per-user limits, the commands they cover, the response when a limit is exceeded, and how reset timing works. Done means repeated commands are throttled per user without blocking other users, with tests covering allowed and rejected requests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, backend, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.