CybrZone / phishkiller

The Unlicense
73 stars 36 forks source link

Improved request script with advanced strategies and error handling #12

Open HarryJamesGreen opened 1 week ago

HarryJamesGreen commented 1 week ago

I've added some advanced strategies and error handling to our request script to make it more robust and reliable:

  1. Rate Limiting: Added random delays between requests to avoid being blocked by the server.
  2. Retry Mechanism: Improved error handling to retry on temporary failures.
  3. Logging: Implemented logging for better traceability and debugging.
  4. Modular Functions: Enhanced code modularity for better readability and maintainability.

These updates should make our script more efficient and easier to manage. Check it out and let me know what you think. Please merge if everything looks good.

Thanks!