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!