Software for quick purchase of mystery boxes on Binance.

Overview

english | русский язык

Software for quick purchase of mystery boxes on Binance.

Purpose

At the time of the sale on Binance, it is almost impossible to buy a mystery box with "hands". For this, programs were written that generate a large number of requests at a specified time, which significantly increases your chances of buying a box.

Installation & setup

  • Download the latest version of Python, during installation, you must specify

Add Python 3.? to PATH

  • Download ChromeDriver, which is suitable for your version of Google Chrome. The downloaded file must be placed in the same folder with the program.

  • Download pip(Python Package Index)

  • Download Visual C++

  • Include packages, run in cmd:

      pip install requests
      pip install aiohttp
      pip install selenium
      pip install selenium-wire
    
  • Edit the config.py file before running the software.
    Parameters:

    • requests_payload -- Payload of the purchase request, you can change the value number - the number of boxes and productId - the ID of the box (screen below); Box ID

    • product_id -- Product ID of the marketplace auction, you need to bypass the captcha, any marketplace auction where you can place a bid will do (screen below); Auction ID

    • sale_time -- The start time of the sale of boxes in Unix format (screen below); Sales start time

    • requests_count -- The number of requests, it is better not to set more than 1200, can ban the IP address;

  • To run, open bot.py in IDLE (screenshots below)

IDLE run

IDLE run

  • Follow the instructions in IDLE

Motivation

At the moment, the market for selling software for Binance is very closed and criminal. People cheat and sell video clips with promises. It is currently the only free and working program for buying boxes. Let's improve it together 😎

My contacts can be found on the [GitHub page] (https://github.com/ell1s-m).

Specification

The software is written in Python.

Dependencies:

  1. [Python] (https://www.python.org)
  2. [Selenium] (https://www.selenium.dev)
  3. [Aiohttp] (https://docs.aiohttp.org/en/stable)
  4. [Visual C ++] (https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
  5. [Google Chrome] (https://www.google.com/chrome)

Testing was carried out only on Windows operating systems. The software components are cross-platform, but guaranteed working capacity can not.

Disclaimer

I am not the author of this software, and I am not responsible for any risks associated with its execution. The software is provided "As is", you can modify and improve it yourself.

Owner
Ellis
Сontact me [email protected]
Ellis
'Personal Finance' is a project where people can manage and track their expenses

Personal Finance by Abhiram Rishi Pratitpati 'Personal Finance' is a project where people can manage and track their expenses. It is hard to keep trac

Abhiram Rishi Prattipati 1 Dec 21, 2021
Yahoo! Finance market data downloader (+faster Pandas Datareader)

Yahoo! Finance market data downloader Ever since Yahoo! finance decommissioned their historical data API, many programs that relied on it to stop work

Ran Aroussi 8.4k Jan 01, 2023
crypto utilities as a way of learning

cryptos Just me developing a pure Python from-scratch zero-dependency implementation of Bitcoin for educational purposes. This includes a lot of the c

Andrej 958 Jan 02, 2023
:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.

Backtesting.py Backtest trading strategies with Python. Project website Documentation the project if you use it. Installation $ pip install backtestin

3.1k Dec 31, 2022
Fourth and final milestone project

Milestone Project 4: Pound Dog Click link to visit "Pound Dog" Aim of the project The aim of this project is to provide access to a website informing

Jamie Wilson 1 Oct 31, 2021
Zipline, a Pythonic Algorithmic Trading Library

Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting. Zipline is currently used in production as the backte

Quantopian, Inc. 15.7k Jan 02, 2023
Common financial risk and performance metrics. Used by zipline and pyfolio.

empyrical Common financial risk metrics. Table of Contents Installation Usage Support Contributing Testing Installation pip install empyrical Usage S

Quantopian, Inc. 1k Dec 26, 2022
Python Backtesting library for trading strategies

backtrader Yahoo API Note: [2018-11-16] After some testing it would seem that data downloads can be again relied upon over the web interface (or API v

DRo 9.8k Dec 30, 2022
High-performance TensorFlow library for quantitative finance.

TF Quant Finance: TensorFlow based Quant Finance Library Table of contents Introduction Installation TensorFlow training Development roadmap Examples

Google 3.5k Jan 01, 2023
Technical Analysis Library using Pandas and Numpy

Technical Analysis Library in Python It is a Technical Analysis library useful to do feature engineering from financial time series datasets (Open, Cl

Darío López Padial 3.4k Jan 02, 2023
This repository contains a set of plugins for Volatility 3

volatility_plugins This repository contains a set of plugins for Volatility 3 These plugins are not compatible with Volatility 2 To use these plugins

Immersive-Labs-Sec 10 Nov 30, 2022
Performance analysis of predictive (alpha) stock factors

Alphalens Alphalens is a Python Library for performance analysis of predictive (alpha) stock factors. Alphalens works great with the Zipline open sour

Quantopian, Inc. 2.5k Dec 28, 2022
Indicator divergence library for python

Indicator divergence library This module aims to help to find bullish/bearish divergences (regular or hidden) between two indicators using argrelextre

8 Dec 13, 2022
Q-Fin: A Python library for mathematical finance.

Q-Fin A Python library for mathematical finance. Installation https://pypi.org/project/QFin/ pip install qfin Bond Pricing Option Pricing Black-Schol

Roman Paolucci 247 Jan 01, 2023
Python sync/async framework for Interactive Brokers API

Introduction The goal of the IB-insync library is to make working with the Trader Workstation API from Interactive Brokers as easy as possible. The ma

Ewald de Wit 2k Dec 30, 2022
Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.

Stock Statistics/Indicators Calculation Helper VERSION: 0.3.2 Introduction Supply a wrapper StockDataFrame based on the pandas.DataFrame with inline s

Cedric Zhuang 1.1k Dec 28, 2022
scrilla: A Financial Optimization Application

A python application that wraps around AlphaVantage, Quandl and IEX APIs, calculates financial statistics and optimizes portfolio allocations.

Grant Moore 6 Dec 17, 2022
Software for quick purchase of mystery boxes on Binance.

english | русский язык Software for quick purchase of mystery boxes on Binance. Purpose Installation & setup Motivation Specification Disclaimer Purpo

Ellis 5 Mar 08, 2022
Find big moving stocks before they move using machine learning and anomaly detection

Surpriver - Find High Moving Stocks before they Move Find high moving stocks before they move using anomaly detection and machine learning. Surpriver

Tradytics 1.5k Dec 31, 2022
bt - flexible backtesting for Python

bt - Flexible Backtesting for Python bt is currently in alpha stage - if you find a bug, please submit an issue. Read the docs here: http://pmorissett

Philippe Morissette 1.6k Jan 05, 2023