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
A proper portfolio tracker. Featuring historical allocation, cash flows and real returns.

Python Portfolio Analytics A portfolio tracker featuring account transactions, historical allocation, dividends and splits management and endless perf

Simone Precicchiani 13 Aug 13, 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
ffn - a financial function library for Python

ffn - Financial Functions for Python Alpha release - please let me know if you find any bugs! If you are looking for a full backtesting framework, ple

Philippe Morissette 1.4k Jan 01, 2023
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
: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
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
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
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 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
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
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
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
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
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
Common financial technical indicators implemented in Pandas.

FinTA (Financial Technical Analysis) Common financial technical indicators implemented in Pandas. This is work in progress, bugs are expected and resu

1.8k Dec 31, 2022
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
An Algorithmic Trading Library for Crypto-Assets in Python

Service Master Develop CI Badge Catalyst is an algorithmic trading library for crypto-assets written in Python. It allows trading strategies to be eas

Enigma 2.4k Jan 05, 2023
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
Portfolio and risk analytics in Python

pyfolio pyfolio is a Python library for performance and risk analysis of financial portfolios developed by Quantopian Inc. It works well with the Zipl

Quantopian, Inc. 4.8k Jan 08, 2023