yanpaing007 / binance-moonbix-bot

Binance moonbix bot using web automation
5 stars 0 forks source link
automation binance-airdrop binance-bot binance-moonbix telegram-bot

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