Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergo-code/seleniumwire-binance-auth

Авторизация на сайте Binance с использованием Selenium. Получение токенов авторизации для дальнейших действий на бирже.
https://github.com/sergo-code/seleniumwire-binance-auth

auth binance python selenium

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# seleniumwire-binance-auth
Authorization on the [Binance](https://www.binance.com/) 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 protected]
PASSWORD=qwerty123
PROXY=https://login:password@ip:port
```

### Chromedriver
Select browser version, operating system and download [chromedriver](https://chromedriver.storage.googleapis.com/index.html).
Put it in the root of the directory.

## Usage
```
python3 main.py
```