Ezzpify / HourBoostr

Two programs for idling Steam game hours and trading cards
GNU General Public License v3.0
573 stars 158 forks source link

Installation on Linux #115

Open LordPa1n opened 7 years ago

LordPa1n commented 7 years ago

Hello, just saw that it supports Linux. I have a Linux VPS and I wanna run Hourboostr on that. How do I do that? I'm not a programmer so I have least idea regarding this. Can anyone running this on Linux help me out on how to do so?

Regards

Guldsmeden commented 6 years ago

COPY PASTE made by Guldsmeden

apt-get update && apt-get install curl libcurl3 php5-curl nano htop && apt-get upgrade

wget --no-check-certificate -4 --verbose "https://nodejs.org/dist/latest/node-$(curl -L 'nodejs.org/dist/index.tab' |sed -n '2p' | awk '{print $1 }')-linux-x64.tar.gz" -O /tmp/nodejs.tar.gz

tar --strip-components 1 -xzvf /tmp/nodejs.tar.gz -C /usr/local

npm -g install npm@latest

npm -g install coffee-script pm2

apt-get install git && git clone https://github.com/frk1/steamhourboostv2.git && cd steamhourboostv2/ && ls

npm install .

pm2 install coffeescript && pm2 delete all

coffee user.coffee

add your steam account and select games to boost, using arrow keys and space.

pm2 start boost.coffee

You can use "pm2 logs boost" to show live logs, use CTRL + C, on windows, to exit.

not really sure on how to get more account, but this works for one account

Priyansh2 commented 4 years ago

@Guldsmeden is this method still works in 2020 ?