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
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
A python wrapper for Alpha Vantage API for financial data.

alpha_vantage Python module to get stock data/cryptocurrencies from the Alpha Vantage API Alpha Vantage delivers a free API for real time financial da

Romel Torres 3.8k Jan 07, 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
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
'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
Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)

finmarketpy (formerly pythalesians) finmarketpy is a Python based library that enables you to analyze market data and also to backtest trading strateg

Cuemacro 3k Dec 30, 2022
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
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
Python Algorithmic Trading Library

PyAlgoTrade PyAlgoTrade is an event driven algorithmic trading Python library. Although the initial focus was on backtesting, paper trading is now pos

Gabriel Becedillas 3.9k Jan 01, 2023
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
personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

wenbin wu 23 Oct 30, 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
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
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.

TensorTrade: Trade Efficiently with Reinforcement Learning TensorTrade is still in Beta, meaning it should be used very cautiously if used in producti

4k Dec 30, 2022
ARCH models in Python

arch Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for financial econometrics, written in Python (with Cython and/or Numba used

Kevin Sheppard 1k Jan 04, 2023
rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy.

rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that respects your privacy. The mission of rotki is to bring transparency into the crypto and financial sector

Rotki 2k Dec 30, 2022
A banking system is a group or network of institutions that provide financial services for us

A banking system is a group or network of institutions that provide financial services for us. These institutions are responsible for operating a payment system, providing loans, taking deposits, and

UTTKARSH PARMAR 1 Oct 24, 2021
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