- 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 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
- Fill in the file profiles.xlsx
- Fill in the telegram data in the file binanceNFT/config_template.py
- Install all dependencies
pip install -r requirements.txt
- Start the program
python3 main.py
- 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