I'm currently working as a marketer. One of my jobs it to send emails to potential voters via an sms control panel. Basically I sit and click a send button about 10,000 times over the course of two hours. It's not as bad as it sounds. I love it actually. I decided to automate it with selenium just to try out the feature.
- Python 3
- Selenium
- Chrome Browser
- Chromedriver (http://chromedriver.chromium.org/)
-
Put your email address and password in credentials.json file
-
Now run pip install -r requirements.txt
python3 sms_automation.py
Feel free to contribute to this repository.