Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. Получение токенов авторизации для дальнейших действий на бирже.
- Host: GitHub
- URL: https://github.com/sergo-code/seleniumwire-binance-auth
- Owner: sergo-code
- Created: 2022-09-11T20:42:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T11:47:48.000Z (over 2 years ago)
- Last Synced: 2024-11-15T13:24:30.915Z (2 months ago)
- Topics: auth, binance, python, selenium
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```