3 Open Issues Need Help Last updated: Feb 21, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The `paraping/input_keys.py` file has a redundant conditional import for the `readchar` library, as it's already a mandatory dependency listed in `requirements.txt`. This issue proposes removing the unnecessary `try-except` block to make the `readchar` import unconditional. The primary goal is to simplify the codebase and ensure the change passes existing CI checks.

Complexity: 1/5
good first issue

AI Summary: This GitHub issue proposes enhancing the `paraping` tool's rate limit error message to be more actionable. Instead of just stating the violation, the improved message will include concrete, calculated suggestions for remediation, such as reducing the host count or increasing the interval. The goal is to help users immediately understand how to resolve the rate limit issue based on their current configuration.

Complexity: 1/5
good first issue