Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

yanpaing007/binance-moonbix-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

Example From Terminal

Setup

  1. Clone the repository:

    git clone https://github.com/yanpaing007/binance-moonbix-bot.git
    cd binance-moonbix-bot
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Copy config.py.example and update the configuration as needed:

    cp config.py.example config.py

How to get bot iframe URL

  • Go to binance bot
  • Inspect the page and with selector click binance bot to find {ifram src="your link}
  • Copy the link and paste it in the config.py

Usage

Run the main script:

python main.py

Releases

No releases published

Packages

No packages published

Languages