Installation For Linux

For general issues. Please note that discord is the preferred way of communication and it may take long for me to respond here.
s3rd4r
Posts: 1
Joined: Fri Nov 15, 2019 8:39 am

Installation For Linux

Post by s3rd4r » Fri Nov 15, 2019 8:43 am

Hi everyone!

Can you explain in detail how to install for linux :?

wontuserealname
Posts: 2
Joined: Wed Aug 25, 2021 12:48 pm

Re: Installation For Linux

Post by wontuserealname » Wed Aug 25, 2021 1:28 pm

First you need to install some dependencies:

Code: Select all

❯ sudo apt install chromium default-jdk 

now just download the TravBot package and extract it.

you can start the bot by running:

Code: Select all

❯ bash launchLinux.sh
when the bot is started you need to click on create button under Accounts section, in the new window enter your login and agent data and click on setup button under Browser setup section:

in new opened windows, you need to setup the chromium browser:

in chrome executable path, enter the output of this command:

Code: Select all

❯ which chromium
and click apply.

for final step you need to download your chromium driver which match with your browser version from this link:

https://chromedriver.storage.googleapis.com/index.htm

you can see your browser version with this command:

Code: Select all

❯ chromium --version
create /drivers/lin/ directories inside the bot directory.
extract the downloaded file and put the chromedriver file in /drivers/lin/

done

now you can use the bot :D

Post Reply