NeweggBot
NeweggBot copied to clipboard
Help a noob out.
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.
Specifically I was trying to use @ArdonnieIV 's branch of this code. Any help is appreciated.
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.
@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.