Skip to content

hotbroker/binance_nft_bot-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V 1.3 Bot for automated buying boxes on Binance

Run bot 20 seconds until starts the sale

Resolve recaptcha V3:

  1. Registration here > https://2captcha.com?from=12721485

  2. Go here -> https://2captcha.com/enterpage and take your own AKI_KEY image

  3. Deposit 3$ on your account on https://2captcha.com/ (This need to resolve reCaptcha V3)

  4. Add your own AKI_KEY in settings.py (line 2): CAPTCHA_API_KEY = 'AKI_KEY'

Settings:

  1. In settings.py put your own CSRFTOKEN, COOKIE : CSRFTOKEN = 'csrf here', COOKIE = 'cookie here'
  2. In settings.py in headers put your bnc-uuid, device-info and user-agent
  3. Set your proxy image

E.g. go here - https://www.binance.com/en/nft/blindBox/detail?productId=139168165799316480

  1. Click on right button on mouse then select inspect
  2. Then - select Network and Fetch/XHR image
  3. Reload page
  4. Click on auth - image
  5. Take info in Request Headers - image

Start:

  1. python3 main.py or python main.py
  2. If you have error, try: pip3 install -r requirements.txt, pip3 install requests, pip3 install 2captcha-python
  3. Select box image
  4. Select amount image

Thats all!

developer: Matvey Semenov

telegram: @matvey_dev

vk: https://vk.com/wannafckingdie

About

Bot for automated buying boxes on Binance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%