Xbox series x #16
-
I am new to coding and I am not sure how to run the stock alert bot in node. I have downloaded it and edited the main.js but I have no clue how to actually start the bot. Please could you help. (I am using it on Mac) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
When I try to run it, I get this: "https://www.smythstoys.com/uk/en-gb/video-games-and-tablets/xbox-gaming/xbox-series-x-%7c-s/xbox-series-x-%7c-s-consoles/xbox-series-x-1tb-console/p/192012" SyntaxError: Unexpected string Is there a problem with the link I have used? |
Beta Was this translation helpful? Give feedback.
-
Good day, Tom. Thanks for adding your question to the discussions. First, did you install Node.js? It doesn't matter if you do LTS or current. |
Beta Was this translation helpful? Give feedback.
Good day, Tom. Thanks for adding your question to the discussions.
First, did you install Node.js? It doesn't matter if you do LTS or current.
Second, edit the main.js to your liking as described in the README.
Third, open up a terminal in the main directory of the StockAlertBot, and type in
node main.js
.