Skip to content

Авторизация на сайте Binance с использованием Selenium. Получение токенов авторизации для дальнейших действий на бирже.

sergo-code/seleniumwire-binance-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seleniumwire-binance-auth

Authorization on the Binance website, in the process it is necessary to manually solve the captcha on the website, then enter two-factor authentication codes in the console. Output of the following user data: name, id, csrf and p20t.

Installation

Dependencies

pip install -r requirements.txt

Rename

mv .env_pub .env

Configuration

EMAIL=name@email.com
PASSWORD=qwerty123
PROXY=https://login:password@ip:port

Chromedriver

Select browser version, operating system and download chromedriver.
Put it in the root of the directory.

Usage

python3 main.py

About

Авторизация на сайте Binance с использованием Selenium. Получение токенов авторизации для дальнейших действий на бирже.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages