Code Monkey home page Code Monkey logo

simple-pump-and-dump-bot's Introduction

Pump and Dump Bot

For Binance and Kucoin

USE THIS BOT AT YOUR OWN RISK. This script offers no guarantee. I assume no risk from your use of this software. No part of this repo constitutes financial advice.

Simple to use, configurable Pump and Dump Bot for Binance and Kucoin Cryptocurrency Exchange

Installation

Install Python3 and pip

Clone repo:

git clone https://github.com/abayomi185/simple-pump-and-dump-bot.git
cd simple-pump-and-dump-bot

Install pip packages:

pip3 install -r requirements.txt

Edit config and create a new file named secrets-binance.yaml or secrets-kucoin.yaml in the src directory:

   cd src
   touch secrets-binance.yaml
   echo "api_key: '<your_binance_api_key>'" >> secrets-binance.yaml
   echo "api_secret: '<your_binance_secret_key>'" >> secrets-binance.yaml

For Kucoin, replace secrets-binance with secrets-kucoin and add the following:

   echo "api_passphrase: '<your_kucoin_api_passphrase>'" >> secrets-kucoin.yaml

You will need to get your api_key and api_secret from your Binance or Kucoin account. For Kucoin, you would also need your api_passphrase

Edit conf.yaml as desired; comments are written as a guide in the .yaml file.

Run python3 initialise_db.py to initialise the local records database.

Run python3 bot-binance.py or python3 bot-kucoin.py and follow the prompts until the coin name input.

Input the coin name at the right time for pump (pump signal) and wait for earnings!

Good Luck!

Upcoming Features

  • Discord Integration
  • Button press to exit trade
  • Stop-loss config option
  • UI with Electron or React

Update Log

  • 16-05-21
    • Porting the bot to NodeJS (see node_wip folder)
    • Merging the bots into a single app
    • Improving software structure; OOP and modules
  • 20-05-21
    • Node kucoin bot is functional with local database support
    • Kucoin introduced price protection strategy which gives unexpected results in pumps causing the bot not to sell. Potential workaround is implemented but requires testing.
    • Python version will soon reach end-of-life
  • 23-05-21
    • Work has started on implementing Telegram scraper
    • Customisable "panic sell button" coined by AlphaAlex1 is being implemented in tandem
    • Delays to development due to upcoming exams.
  • 17-06-21
    • Development has begun again
    • Telegram scraper is fully functional and fast
    • Different branches would be used for testing new features
    • Key actions in the works
    • Update to Readme and possibly some documentation is being planned
    • Binance bot to be implemented soon in Node to rid python version


Fly me to the moon
BTC: bc1q9urpzxnq0rkcvdagf2wzm0yfj49mqpf75z7xpg
ETH (ERC20): 0x6297299b003302A1c2290ee613c2B828b3E13b24
XMR: 44AxGyJGqaSFQGfwd6atoB4v8M1dfjw9Kfayw4hs9BKQYR9vMQe2J3tfvMumBwN7LkYcK5x186iZXDVWXD2ctT9ZHvCP3yp

simple-pump-and-dump-bot's People

Contributors

abayomi185 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.