Bot Setup Instructions
Download zip file (on Linux, use the wget command) onto the machine you will run the bot on, unzip the zip file, and keep all files in the same folder. e.g.,
wget https://github.com/AlexRubik/rude-bot-solana/releases/download/v3.1.0-alpha/rude-bot-alpha3_1_0.zipsudo apt update && apt upgrade -y && apt install -y screen unzip && apt install python3-pip -ypip3 install requests python-dotenvunzip rude-bot-alpha3_1_0.zipcd rude-bot-alpha3_1_0./rude --helpLast updated