Installation on Microsoft Windows - cyberjunky/3commas-cyber-bots GitHub Wiki

Open the Microsoft Store Search for -and install- 'Python 3.9'

Download latest 3commas-cyber-bot code from here https://github.com/cyberjunky/3commas-cyber-bots/archive/refs/heads/main.zip
Open with explorer drag contents to Desktop or other location you want to run it from.

cd C:\Users\<User>\Desktop\3commas-cyber-bots-main
python -m pip install --upgrade pip
pip3 install -r requirements.txt

Visit FTX, create account here https://ftx.com/#a=38250549
Go to Settings, API, Create API Keys, permissions Trading.
Copy Key and Secret to safe location.

Visit 3Commas, create account here https://3commas.io/?c=tc587527
Exchanges add FTX fill in FTX API Key and Secret.
Go to 3Commas profile and API, create API with rights "BotsRead, BotsWrite, AccountsRead"
Copy Key and Secret to safe location.

Visit Lunarcrush.com, create account here https://lnr.app/s/o3p1V2
Login to legacy.lunarcrush.com
Goto settings, API and create a key.
Copy Key to safe location.

From 3commas-cyber-bots-main directory:
Run altrank script by executing altrank.py

python altrank.py (altrank.ini is created)

Open altrank.ini with notepad

Fill in your 3Commas API Key and Secret
Fill in your Lunarcush API key

Go to 3Commas and identify the bots your want the script to set AltRank pairs for,
open the bot(s) and note the number in the URL
Fill these in botids = [ ] with commas between them.

Run python altrank.py again and see the data being gathered and bot(s) updated.

If this works, create a shortcut on Desktop with this as command (change for your user)

python.exe C:\Users\<user>\Desktop\3commas-cyber-bots-main\altrank.py -d C:\Users\<user>\Desktop\3commas-cyber-bots-main\

Double click, and check if it runs.

To autostart at windows boot, drag it to this folder:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
⚠️ **GitHub.com Fallback** ⚠️