Jfaler / soup

☎️ Original open source call flooder using Twilio's API.
https://justinfaler.com
MIT License
340 stars 107 forks source link

Create multi-callee.py #21

Closed Cfomodz closed 10 months ago

Cfomodz commented 4 years ago

Essentially I wanted to add the functionality to call multiple people from 1 (or more) caller numbers, instead of just calling 1 number from 1 or more caller numbers.

I also added functionality to only call during certain hours of the day, hard coding numbers that you want to save (call over multiple sessions of running the script), has recording and machine detection built-in through uncommenting/commenting those lines, and to have built-in customizable pauses after each call, round of calls, and series of calls (defined in comments).

If this is still an active project that you are maintaining, then I would love to continue to contribute since this repo gave me a great springboard to get started with my first Twilio set up and get what I was looking to do, done. Specifically, I am going to get rid of all of the user input and make a cron-able version that only calls pre-hard-coded callees a certain number of times (series).

Cfomodz commented 4 years ago

There are a few errors in this that I created while commenting everything out for the merge - I have fixed on my fork. Should I close this or just do a new pull once this is approved or closed?