Example Setup

Below I will be showing an example setup for our Home Depot in store clearance deals scraper. For this example we will be using a 3 Discord channel layout where each channel is used for specific discount ranges.

!m access add homedepotstoreclearancedeals scraper #hd-clearance-0-50

This command will tell the Home Depot in store clearance deals scraper where to send all of the items it finds.


Next we can start adding all the discount ranges. At this point all of items for the discount rages that we have added will be going to the access channel we have used above.

!m scraper add homedepotstoreclearancedeals "0-9"
!m scraper add homedepotstoreclearancedeals "10-19"
!m scraper add homedepotstoreclearancedeals "20-29"
!m scraper add homedepotstoreclearancedeals "30-39"
!m scraper add homedepotstoreclearancedeals "40-49"
!m scraper add homedepotstoreclearancedeals "50-59"
!m scraper add homedepotstoreclearancedeals "60-69"
!m scraper add homedepotstoreclearancedeals "70-79"
!m scraper add homedepotstoreclearancedeals "80-89"
!m scraper add homedepotstoreclearancedeals "90-99"

You do not need to add all of the discount ranges if you do not wish to.


And for the final step we will be using the forwarding command to forward specific discount ranges to their respective channels.

You can forward multiple discount ranges to the same channel.

In this example we have a channel for 0-50% so we don't need to forward those ranges to that channel as they will be going in there by default as we have used that for the access channel. So I start forwarding from "50-59" onwards.

!m forward add homedepotstoreclearancedeals scraper "50-59" #hd-clearance-50-79
!m forward add homedepotstoreclearancedeals scraper "60-69" #hd-clearance-50-79

First we forward the "50-59" and "60-69" discount ranges to the #hd-clearance-50-70 channel.

And lastly we will forward the "70-79", "80-89" and "90-99" discount ranges to the #hd-clearance-70-100 channel.

!m forward add homedepotstoreclearancedeals scraper "70-79" #hd-clearance-70-100
!m forward add homedepotstoreclearancedeals scraper "80-89" #hd-clearance-70-100
!m forward add homedepotstoreclearancedeals scraper "90-99" #hd-clearance-70-100

Forwarding items under $1

You can exclusively forward items under $1 by adding the special search term:

!m scraper add homedepotstoreclearancedeals "sub1dollar"

And then fowarding it to your desired channel:

!m forward add homedepotstoreclearancedeals scraper "sub1dollar" #less-than-1

Last updated

Was this helpful?