Depin Alliance Telegram Mini App Bot Auto
For README in Bahasa Indonesia:
Warning
DYOR, I am not responsible for your account, For this login type bot please only use telegram account with id below 61xxxxx, check @userinfobot for checking the id. Otherwise the account will got automatically banned !!.
- Auto Claim Daily Check-in
- Auto Farming
- Auto Clear Mission / Tasks
- Auto Upgrade Skills
- Auto Open Cyber Box (deactivated by default)
- Auto Add New Device
- Auto Add Component Device
| Name | Description | Default |
|---|---|---|
| API_KEY | Custom API KEY | |
| API_ID / API_HASH | API and API HASH from telegram account | |
| AUTO_OPEN_BOX | Auto open box | False |
| RESERVE_POINT | Minimum point hold | 1000000 |
| AUTO_UPGRADE_SKILL | Auto upgrade skills | True |
| USE_RANDOM_DELAY_IN_RUN | Activate delay before start the bot | True |
| RANDOM_DELAY_IN_RUN | Randomize delay in seconds before start the bot | [5, 30] |
| USE_PROXY_FROM_FILE | For using proxy | False |
Make sure you already install:
- Python version 3.10
Obtain API ID and API HASH:
- Go to my.telegram.org and log in using your phone number.
- Select
API development toolsand fill out the form to register a new application. - Record the
API_IDandAPI_HASHprovided after registering your application in the .env file.
This script use custom API KEY, The API KEY itself is for rent only
you can chat me, Irham to ask how much the rent price !
Clone to your PC / VPS:
git clone https://github.com/dzuhri-auto/depin-alliance.gitGo inside to the folder:
cd depin-allianceThen use this command for automatic install:
Windows :
windows\install.batMac / Linux / VPS :
sudo chmod +x ubuntu/install.sh ubuntu/run.shsource ./ubuntu/install.shnote : dont forget to edit file .env
After install we can update using API KEY:
Windows :
$filePath = ".env"
$searchPattern = "^API_KEY="
$replacement = 'API_KEY="YOUR API KEY"'
(Get-Content $filePath) -replace $searchPattern + '.*', $replacement | Set-Content $filePathMac / Linux / VPS :
sed -i~ '/^API_KEY=/s/=.*/="YOUR API KEY"/' .env
# example if your API KEY = "aisjiqiqssq"
# sed -i~ '/^API_KEY=/s/=.*/="aisjiqiqssq"/' .envFor run the bot:
Windows :
windows\run.batMac / Linux / VPS :
./ubuntu/run.sh