NeweggBot icon indicating copy to clipboard operation
NeweggBot copied to clipboard

Help a noob out.

Open lobster3579 opened this issue 4 years ago • 3 comments

I downloaded node js and powershell but cant seem to figure out where to go from there. I have the files and code downloaded but I can seem to figure out which program to use them in. Both powershell and node look almost identical when I start them. I am extremely new to programming and desperately need a 3080 to proceed with rendering my next big 3d project so any help or tutorial on how to set this up would be greatly appreciated.

lobster3579 avatar Dec 10 '20 19:12 lobster3579

Specifically I was trying to use @ArdonnieIV 's branch of this code. Any help is appreciated.

lobster3579 avatar Dec 10 '20 19:12 lobster3579

Download git bash for windows. Open it and navigate into the directory/folder which contains the code for example: cd /c/Users/[USERNAME]/Desktop/NeweggBot

From there you can run the commands as instructed in the README. The config_template (as well as the other 2 files) can be edited in any text editor (if you dont know what that is, use notepad).

Good luck & I hope this helped. Don't forget to close this issue when you're done.

dspec13 avatar Dec 12 '20 02:12 dspec13

@lobster3579 Try using Visual Studio Code. It is free and provides a nice integrated development environment (IDE). Since you are new to programming, if you haven't used an IDE before you'll have a bit of a learning curve; but, once you understand and get used to it, things will be a lot easier.

Codolophier avatar Dec 12 '20 13:12 Codolophier