https://github.com/sergo-code/binance-nft-multiaccount
Automating the process of sending a program to the server and launching it
https://github.com/sergo-code/binance-nft-multiaccount
binance multi paramiko python requests
Last synced: about 2 months ago
JSON representation
Automating the process of sending a program to the server and launching it
- Host: GitHub
- URL: https://github.com/sergo-code/binance-nft-multiaccount
- Owner: sergo-code
- Created: 2022-07-16T08:33:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T16:17:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T01:17:16.545Z (over 1 year ago)
- Topics: binance, multi, paramiko, python, requests
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binance-nft-multiaccount
- Automating the process of sending a program to the server and launching it
- Made to quickly launch multiple accounts
- binanceNFT is a stub that demonstrates the operation of the program: authorization and sending user data to you in a telegram
### tmux
[tmux](https://github.com/tmux/tmux/wiki/Getting-Started) is installed on the servers so as not to lose the session when disconnecting.
Connections to an active session on the server:
```
tmux a -t test
```
Exiting the session:
- Leave to work in the background: CTRL+B D
- Stop working: CTRL+D
### Launch
1) Fill in the file profiles.xlsx
2) Fill in the telegram data in the file binanceNFT/config_template.py
3) Install all dependencies
```
pip install -r requirements.txt
```
4) Start the program
```
python3 main.py
```
### Сustomization
- For Binance:
- Add your program to the binanceNFT directory and replace the config so that authorization data is transmitted.
- Not for Binance:
- Replace the binanceNFT directory with your own
- In main.py define excel table headers
- Edit config.py
- In functions.py change the logic of the application launch