Skip to content

Soft for wrapping crypto-tokens from Telegram channels, and automatically POST them to Binance.

Notifications You must be signed in to change notification settings

devbutlazy/Binance-Crypto-Box-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance CryptoBox Wrapper

A tool to wrap cryptoboxes from Telegram channels automatically.

Manual:

1 Download python from python.org
2 Install git from git-scm.com
3 Clone this repository

git clone https://github.com/devbutlazy/Binance-Crypto-Box-Wrapper

4 Go tocmd.exe and type cd PROJECT_PATH
5 Type pip install -r requirements.txt to install required packages
6 Enter the telegram API_HASH and API_ID to source/config.py from here
7 Login to your Binance Account, go to Binance Crypto Box press F12 and go to Network. After that, enter a valid Crypto Box code. When entered, look for "grabV2" POST method in Network section. When found, go to POST method Request Headers and copy-paste all the neccessery information (cookie, device_info, id, etc...) from there to source/config.py.
8 Run the program

python main.py

How it works? What are the features?

[v2.0.0]

- The code uses a new library for detecting messages to prevent errors (as in the past lib)

- Within 1-5 seconds (for anti-detecting) the token is passed into Binance API. 

- Custom configuration for Maximum Hour Requests in source/config.py

- The console gives information about found crypto-tokens, and 
if they are valid -> it give information it's about currency, amount and converts it to USDT.

- If there is a timeout, the programm will CORRECTLY pause all the proccesses.

- Better logging (removed logger lib), and more information about it. 

How to create an EXE file from python code?

1. If you want to compile with console, run the CONSOLE.bat
2. If you want to compile WITHOUGHT console, run NO_CONSOLE.bat

NOTE: Cookies, and other configurations should be done in code, before running pyinstaller!

License: GNU GPL 3

About

Soft for wrapping crypto-tokens from Telegram channels, and automatically POST them to Binance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published