Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 501 Bytes

phonespammerwithtwilio

Spam any number using Twilio

To use this, you will need:

Twilio Installed Using Pip -Python 3.7+ (Haven't tested earlier versions) -To install Twilio with pip: On Windows & Linux: pip install twilio MacOS: pip3 install twilio

-A Twilio account

Set up:

-Fork project -Create a Twilio account (you can use a free trial) -Start editing main.py -Find your accountsid, authtoken, and your Twilio number -Fill out the approprirate variables in main.py -Run main.py!