Dynamically scrape promo codes from twitter and SMS them to your phone.
Install python.
Install Chrome driver.
WARNING: Path of env is probably different. In that case install the libraries on your own python environment.
Remove python_promo_snatcher
and run python3 -m venv python_promo_snatcher
. Then run source python_promo_snatcher/bin/activate
to activate python environment.
Required libraries pip install BeautifulSoup4 selenium twilio lxml
.
Run python3 promo_snatcher.py
to execute script.
CTRL-c
to exit script.