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

Troubleshooting adding store Amazon-it #972

Closed
Maecenass opened this issue Nov 27, 2020 · 2 comments · Fixed by #976
Closed

Troubleshooting adding store Amazon-it #972

Maecenass opened this issue Nov 27, 2020 · 2 comments · Fixed by #976
Assignees

Comments

@Maecenass
Copy link

DESCRIPTION
I'm trying to add at least amazon-it compatibility, i've already read the the amazon-jp issue opened and i noticed there are strings that i do not understand, and i don't know how to understand to write the right code because indeed i don't know how to code. Any help troubleshooting guys ? :))

MY AMAZON-IT.TS code right now
import {Store} from './store';

export const AmazonIt: Store = {
labels: {
inStock: {
container: '#desktop_buybox',
text: ['aggiungi al carrello']
},
maxPrice: {
container: 'span[class*="PriceString"]',
euroFormat: false
}
},
links: [
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url: 'https://www.amazon.it/dp/B08KKJ37F7'
},
{
brand: 'sony',
model: 'ps5 digital',
series: 'sonyps5de',
url: 'https://www.amazon.it/dp/B08KJF2D25'
}
],
name: 'amazon-it'
};

NOTES
the indexing of the website is working, right now the program find the store and the series sonyps5c and sonyps5de but it can't ping them.

@lucarin91
Copy link
Contributor

I recently write a Pull Request in which I add Amazon-it and other Italian stores with the PlayStation 5 links.
I am now waiting for @jef to review my changes, but you can anyway check them here #976.

@Maecenass
Copy link
Author

I recently write a Pull Request in which I add Amazon-it and other Italian stores with the PlayStation 5 links.
I am now waiting for @jef to review my changes, but you can anyway check them here #976.

Hey lucarin91, in the end i managed to make the bot work on amazon-it but seeing you wrote the code for the other stores is very heart-warming. In the mouth of the wolf!

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

Successfully merging a pull request may close this issue.

3 participants