This project includes a Python script to automatically sell the farmed sheetcoins at the specified date and time of the listing. This README provides instructions on how to set up and run the script on a Windows / Linux Ubuntu. You need installed python on your os, if you don't have it install it, follow https://www.python.org/downloads/.
If you don't already have the code, clone the repository with:
git clone https://github.com/webcuser/bbot.git
cd bbot
Install the required libraries using pip. Make sure you have a Python environment set up (you might consider using a virtual environment to avoid conflicts with other libraries):
pip install -r requirements.txtEdit the config.py file with your credentials and settings. Open config.py and update the following values:
API_KEY = '' #bybit API_KEY
API_SECRET = '' #bybit API_SECRET
ACCOUNT = 'UNIFIED' # only unyfied
SYMBOL = "DOGSUSDT" #add pire like DOGSUSDT or CATSUSDT for spot trade
LISTING_DATE = "" # everytime like "19/09/2024 14:39" formatRun script and wait listing. Run:
python3 main.py