psdlt / roboape

A simple bot which will buy into every new BNB pair created on PancakeSwap
77 stars 46 forks source link

Which IDE to run on #2

Closed Jongjh closed 3 years ago

Jongjh commented 3 years ago

Hi, thank you for sharing your work on github. I would like to check with you on how should this program be run? Do i have to use python to run the code or is this based on node itself?

psdlt commented 3 years ago

Hi @Jongjh . This bot is written in NodeJS/TypeScript. You need to have node and npm installed on your computer/server to build and run it.

Jongjh commented 3 years ago

can this be ran on windows? or do i have to use linux?

psdlt commented 3 years ago

@Jongjh in theory - it should run on windows too, but I can't guarantee it. Bot was developed on latest MacOS and tested on latest Debian.

Jongjh commented 3 years ago

image hi, i cant seem to install npm. have download the latest ver for the respective requirements.

psdlt commented 3 years ago

@Jongjh I've just updated package-lock.json (basically did npm update). Either way, you have only warnings in your screenshot, you should be able to proceed with those just fine. Warnings when using npm are expected :)

Jongjh commented 3 years ago

oh dear, ive received a code err 1 while installing npm. any idea on how to resolve this?

psdlt commented 3 years ago

I never got such error, but you can try some tips here https://www.codegrepper.com/code-examples/javascript/npm+start+error+code+1 or just google “npm error code 1”

Jongjh commented 3 years ago

alright thanks!