Open Issues Need Help
View All on GitHubAI 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.
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.