Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 978 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 978 Bytes

Binance New Listings Bot

This Python bot monitors Binance for new token listings and automatically buys the new tokens on the Gate.io exchange after announcement.

Installation

  1. Install Python 3 on your system if you haven't already.
  2. Clone or download the repository to your local machine.
  3. Install the required packages using pip install -r requirements.txt.
  4. Set up your API keys and other credentials for Binance and Gate.io by replacing the placeholders in the script with your own credentials.

Usage

To run the bot, simply execute the binance_new_listings_bot.py script in your terminal using python3 binance_new_listings_bot.py.

The bot will continuously monitor Binance for new token listings and buy them on Gate.io after announcement.

Disclaimer

Use this bot at your own risk. The author is not responsible for any financial loss that may occur as a result of using this bot. Please do your own research before investing in any tokens.