-
Clone the repository:
git clone https://github.com/yanpaing007/binance-moonbix-bot.git cd binance-moonbix-bot
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Copy config.py.example and update the configuration as needed:
cp config.py.example config.py
- 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
Run the main script:
python main.py