LucaTNT/telegram-bot-amazon

Support for amazon.it

antoniofurleo opened this issue · 2 comments

Hello, i did all the things you write and my bot workink! But the bot gave to people links of amazon.COM, i'm in italy and the link is invalid but if i change manually the website url in amazon.IT, it works without problems. I used the docker method

Hi Antonio,
you just need to supply the AMAZON_TLD environment variable when you start the container:

docker run -e AMAZON_TLD=it -e TELEGRAM_BOT_TOKEN=your-token -e AMAZON_TAG=your-tag --init lucatnt/telegram-bot-amazon

It should work no problem with the variable set that way.

Solved. Thank you!