ByBit Game Bot is an automated bot designed to interact with the ByBit platform, playing games and managing scores. The bot features random win/lose functionality, and it can be configured to always win based on user preferences.
- Allows configuration for always winning.
- Multi accounts
To get started, clone the repository from GitHub:
git clone https://github.com/Semutireng22/bybit
Navigate into the cloned project directory:
cd bybit
Install the required Python packages using pip. You can do this by running:
pip install -r requirements.txt
Before running the bot, make sure to edit the following files:
-
data.txt
: This file should contain your login credentials or initialization data for ByBit.- Each line should represent a separate initialization data entry.
Example :
query_id=xxxxxxxxxxx
oruser=xxxxxxxxxxxxxx
- Each line should represent a separate initialization data entry.
Example :
-
config.json
: This file contains configuration settings for the bot.-
Example if random win or lose:
{ "always_win": False }
-
Example if always:
{ "always_win": True }
-
To start the bot, run the following command:
python3 bybit.py
- Ensure you have Python installed on your machine. The bot is compatible with Python 3.x.
- Modify the
always_win
setting inconfig.json
totrue
if you want the bot to always win.