Selenium script to retrieve the latest Wired Coupons & Promo Codes for various websites such as Walmart, DoorDash, eBay, and more.
π¨ Project Archived π¨
As of April 3, 2025, Wired has updated their website layout, breaking the current implementation of this project. A new version utilizing an alternative site may be developed exclusively for GitHub Gold sponsors in the future, with a free public release planned at a later date.
Gold Sponsors get access to exclusive features, including Discord Bot integration for this project. If you're a Gold
tier sponsor, please access the private repository containing the full script with Discord integration instead of this public version.
Demo Video:
Discord.Bot.Coupon.Scraper.Demo.mp4
This is a demo of the public version of the project.
Demo Video:
Coupon-WebScraperDemo.mp4
Console Output Preview
-------------------------------------------------------------
Welcome to Wired Coupon Scraper.
RETAILERS argument received.
Gathering coupon codes for: ['amazon']
--------------------------------------------------
codes.txt file already exists
--------------------------------------------------
Retrieving AMAZON Promo Code Offers...
108 AMAZON Promo Codes/Coupons were found!
--------------------------------------------------
Take 40% Off select products from Kwfrhix - Amazon Promo Code:
40MMS6OP
https://www.wired.com/coupons/get/94554598?popup=true
Appended Take 40% Off select products from Kwfrhix - Amazon Promo Code: - https://www.wired.com/coupons/get/94554598?popup=true
--------------------------------------------------
Enjoy 40% Off select JingLeXin products - Amazon Promo Code:
40YPKL1X
https://www.wired.com/coupons/get/94554602?popup=true
Appended Enjoy 40% Off select JingLeXin products - Amazon Promo Code: - 40YPKL1X - https://www.wired.com/coupons/get/94554602?popup=true
--------------------------------------------------
*---Rest of Promo Codes---*
The following environment variables can be configured to customize the script's behavior. All variables are optional and have default values:
Variable | Default | Description |
---|---|---|
RETAILERS |
["walmart"] |
A JSON-formatted list of supported retailers. Example: ["walmart", "amazon", "target"] . |
APPRISE_ALERTS |
None | A comma-separated list of Apprise notification service URLs for coupon alerts. Example: discord://webhook_id/webhook_token,mailto://user:[email protected] . |
ALLOW_DUPLICATES |
False |
If True , duplicate coupons will be sent to Apprise alerts. |
KEEP_ALIVE |
False |
If True , the script runs a Flask server for Keep-Alive functionality. |
- Clone the repository:
git clone https://github.com/Prem-ium/Wired-Coupon-Scraper.git
cd Wired-Coupon-Scraper
- Install dependencies:
pip install -r requirements.txt
-
Set up environment variables.
-
Run the script:
- Without arguments:
python main.py
- With retailer arguments (comma-separated):
python main.py amazon,doordash
If you appreciate my work and want to support future development, consider donating:
-
GitHub Sponsors (Preferred β No transaction fees & includes perks!)
-
Buy Me A Coffee (Alternative donation method)
-
Referral Links (Support without direct donations!)
- Use my curated Referral Links for cashback, credit card bonuses, and brokerage rewards.
- Explore Referral Links
Your support helps fund new features, project improvements, and better automation tools. Thank you! π
Issues are disabled for the general public. As of 9/8/2024, only Silver/Gold tier sponsors receive direct support. If you need assistance, please consider sponsoring me:
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE
file for details.