A discord bot that you can run on your laptop.
Built to send messages and notify you instantly of new items listed on depop.
Fully customisable with the filters available on the website directly.
- Create a bot with message permissions onto the server you want to recieve the messages in.
- Clone this repo, and run
npm iin the folder yo setup dependancies - Set the bot token in the
.envfile you cn cretate from the.env.examplefile. - In
searches.jsonset the channel ids of the channels you want each monitored search to be in. - Customise the fields in the JSON to filter for searches you want specifically (*)
- Run the code
node index.js
(*) Available search params that can be set in the "params" field of each serach to monitor in the JSON are:
what
cursor
items_per_page
country
'brands',
'sizes',
'conditions',
'colours',
'discount_types
sort
currency
'user_id'
'price_min'
'price_max'
'is_discounted'
'min_discount'
'max_discount'
'groups'
'product_types'
'is_kids'
'gender'
force_fee_calculation
from