Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

πŸ”“ Unlock the best deals through promo codes & discounts found through this automation script. πŸ›’

License

Notifications You must be signed in to change notification settings

Prem-ium/Wired-Coupon-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Wired Coupon Automation Tool πŸ’Έ

Wired Coupon Automation Tool Banner

Selenium script to retrieve the latest Wired Coupons & Promo Codes for various websites such as Walmart, DoorDash, eBay, and more.

GitHub Sponsor


🚨 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.

For now, this project is no longer maintained as of April 3, 2025. Thank you for your support! πŸš€

πŸš€ Demo

Gold Sponsor Demo

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

Image Preview

Discord Bot Demo

Public Version Demo

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---*

βš™οΈ Environment Variables

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.

πŸ“₯ Installation

  1. Clone the repository:
git clone https://github.com/Prem-ium/Wired-Coupon-Scraper.git
cd Wired-Coupon-Scraper
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables.

  2. Run the script:

  • Without arguments:
python main.py
  • With retailer arguments (comma-separated):
python main.py amazon,doordash

❀️ Donations

If you appreciate my work and want to support future development, consider donating:

  1. GitHub Sponsors (Preferred – No transaction fees & includes perks!)

  2. Buy Me A Coffee (Alternative donation method)

  3. Referral Links (Support without direct donations!)

Your support helps fund new features, project improvements, and better automation tools. Thank you! πŸš€


Experiencing Issues? πŸ› οΈ

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:

Sponsor


πŸ“œ License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.