Sparkchain BOT
Features
- Auto Get Account Information
- Auto Complete Available Tasks
- Auto Connect and Reconnect Websocket
- Supports Multi Nodes For Each Account
- Multi Accounts With Threads
Note:
1. Only running 1 node if run without proxy.
2. If GET Device ID Failed. Try Login Your Sparkchain Extension First
Requiremnets
- Make sure you have Python3.9 or higher installed and pip.
Instalation
1. Clone The Repositories:
2. Install Requirements:
Configuration
- accounts.json: You will find the file
- proxy.txt: You will find the file
Run
Use at your own risk, all risk are borne with the user.
Almost 2 weeks of running by running 150 connections hahaha
- Register Here : You do not have permission to view the full content of this post. Log in or register now.
- Use Code : 46539936
Features
- Auto Get Account Information
- Auto Complete Available Tasks
- Auto Connect and Reconnect Websocket
- Supports Multi Nodes For Each Account
- Multi Accounts With Threads
Note:
1. Only running 1 node if run without proxy.
2. If GET Device ID Failed. Try Login Your Sparkchain Extension First
Requiremnets
- Make sure you have Python3.9 or higher installed and pip.
Instalation
1. Clone The Repositories:
Code:
git clone https://github.com/vonssy/Sparkchain-BOT.git
Code:
cd Sparkchain-BOT
Code:
pip install -r requirements.txt
Configuration
- accounts.json: You will find the file
accounts.json inside the project directory. Make sure accounts.json contains data that matches the format expected by the script. Here are examples of file formats:
Code:
[
{
"Email": "your email address 1",
"Password": "your password 1"
},
{
"Email": "your email address 2",
"Password": "your password 2"
}
]
- proxy.txt: You will find the file
proxy.txt inside the project directory. Make sure proxy.txt contains data that matches the format expected by the script. Here are examples of file formats:
Code:
ip:port # Default Protcol HTTP.
protocol://ip:port
protocol://user:pass@ip:port
Run
Code:
python bot.py
Use at your own risk, all risk are borne with the user.
Almost 2 weeks of running by running 150 connections hahaha