Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to filter out scalpers #391

Closed
ultimateguy opened this issue Sep 30, 2020 · 5 comments
Closed

Add method to filter out scalpers #391

ultimateguy opened this issue Sep 30, 2020 · 5 comments

Comments

@ultimateguy
Copy link

I woke up to a ton of notifications of this same scalper selling on amazon.ca
https://www.amazon.ca/dp/B08HH5WF97

Is there a way to filter out these types of listings? Min/max price? Blacklist?

@g1forfun
Copy link
Contributor

This is being worked on in the form of max price. See here: #383

@karmanbadhesha
Copy link
Contributor

karmanbadhesha commented Sep 30, 2020

labels: { captcha: { container: 'body', text: ['enter the characters you see below'] }, inStock: { container: '#desktop_buybox', text: ['add to cart'] }, bannedSeller: { container: '#desktop_buybox', text: ['stoneforged', 'greatestdeals', 'deals2you'] } },

replace your labels in /src/store/amazon-ca.ts with this one

@ultimateguy
Copy link
Author

@karmanbadhesha That seems to do the trick. Thanks! :)

@karmanbadhesha
Copy link
Contributor

@ultimateguy I'd still keep an eye out for #383 because right now there is the possibility for a 3rd party to list their card at a reasonable price and we wouldn't see it, but this works for now.

@jef jef removed the enhancement label Oct 1, 2020
@jef
Copy link
Owner

jef commented Oct 3, 2020

We added MAX_PRICE (#383) and added the label bannedSeller (although not in use: #173). This should help with clearing this up.

We can go ahead and close this out and create issues for sellers that continually pop up. As well as an issue for creating the BANNED_SELLERS variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants