Bulk Call Generator to a single phone number in Python

Замовник: AI | Опубліковано: 18.04.2026

I need a small Python program that can repeatedly dial a given mobile number in rapid succession for load-testing purposes. This is purely for internal testing: no marketing or unsolicited outreach is involved. Core expectations • Script accepts target phone number, call frequency, total call count, and an optional concurrency level as command-line arguments or a simple config file. • • A graceful stop feature so I can halt the process at any time and see a summary of successes vs. failures. • Well-commented source so I can tweak limits later. Deliverables 1. Fully working .py file(s). 2. A quick README describing setup, required third-party libraries (e.g., twilio, requests), and simple usage examples. 3. Brief notes on safe-use limits so I don’t exceed provider rate caps. Acceptance criteria The script must complete a test run of 100 calls to my sandbox number without crashing, log all outcomes, and respect any API-imposed rate limits.