- git pull
git pull
- Install Requirements:
pip install -r requirements.txt #or pip3 install -r requirements.txt
- Run
python bot.py #or python3 bot.py
- Auto Ping Widget Connection
- Support multiple accounts
- Support Proxy usage
- Node.js installed on your machine
tokens.txt
file containing token from depined platform follow instruction below to get:- Open depined dashboard https://app.depined.org/dashboard
- Login With your email
- inspect or just F12, and find Application
- in local storage find
token
and copy all value.
-
Clone the repository:
git clone https://github.com/Zlkcyber/depinedBot.git cd depinedBot
-
Install the required dependencies:
npm install
-
Input your tokens in
tokens.txt
file, one user per line;nano tokens.txt
-
optionally you can use proxy:
- paste proxy in
proxy.txt
formathttp://username:password@ip:port
nano proxy.txt
- Run the script:
npm run start
-
npm run autoreg
- accounts information saved at
accounts.txt
and tokens auto saved totokens.txt
This project is licensed under the MIT License.