Generate printable Lowe's coupons to save 10% or more.
$ pip3 install flask requests bs4
See the coupon generator in action here.
-
Clone this repository:
$ git clone https://github.com/dale3h/lowes-coupon-generator
-
Switch to the repository folder:
$ cd lowes-coupon-generator
-
Run
server.py
:$ python3 server.py
-
Visit http://127.0.0.1:5000/ in your browser to view the page.
The scraper is not perfect, and may not find updated coupons. As of August 22, 2018, it is working. To run the scraper, visit http://127.0.0.1:5000/scrape in your browser.
To update the master codes manually, edit the static/js/coupons.js
file.
Master codes can usually be found on this Slickdeals page.