Defaultik / sms_spoofer

SMS Spoofer with additional features based on Vonage API
GNU General Public License v3.0
21 stars 8 forks source link

Bulk #4

Closed croovaax closed 2 months ago

croovaax commented 3 months ago

Thanks for the script. This is not an issue but is it possible to send multiple/bulk sms and how do i code it? thanks

Defaultik commented 2 months ago

Hello 👋, I understand correctly that you want to make a function that sends one message to several people?

croovaax commented 2 months ago

Hello 👋, I understand correctly that you want to make a function that sends one message to several people? Hello sir, thats correct!

Defaultik commented 2 months ago

I'll try to find time to do this, in general, the code itself is not complicated, in the send_sms function you can specify the number as a list, and then use the cycle to send an SMS

croovaax commented 2 months ago

idk i have to send 1 text at a time. it would be awesome if you could add like a contacts.txt list with numbers that it sends 1 text sms to every single number.

Defaultik commented 2 months ago

Shalom, I’m glad to announce that I wrote the function you asked for, the code is ugly, but someday I’ll rewrite it.