Skip to content

webcuser/bbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sell Sheetcoins Script

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/.

Setup

1. Clone the Repository

If you don't already have the code, clone the repository with:

git clone https://github.com/webcuser/bbot.git
cd bbot

2. Install Dependencies

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.txt

3. Configure Variables

Edit 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" format

4. Run Script

Run script and wait listing. Run:

python3 main.py

About

Small script that use ByBit Api to sell Crypto at listing date automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages