Full feature features as in the original D3p1n Alliance bot telegram.
REGISTER FIRST : D3P1N ALIANCE
- Support for multiple proxy servers
- Support for multiple telegram accounts
- Display Menu : run the bot and set your configurations
- Instant Setup : save your setup and run easily
- Support Random User Agent
- Manage the items with the ability to sell items
ON/OFF - Completion of Daily Checkin or Available Quest
ON/OFF - Upgrade randomly selected skills
ON/OFF - Open a cyber box that can be set to the maximum price
ON/OFF - Purchase items in the shop that can be set to the maximum price.
ON/OFF - Automatically use items that have higher Reward Points
- Show Device Equipment : bool
True/False - Can run 24/7 using vps / rdp
- Python 3.10+
-
Clone the repository
git clone https://github.com/nadirasaid8/depinallhub.git
-
Navigate to the project directory
cd depinallhub -
Create a virtual environment (optional but recommended)
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install dependencies
pip install -r requirements.txt
-
Create a
config.jsonfileThe
config.jsonfile should be in the root directory of the project. Here is a sample configuration:{ "show_device_equipment": false, "auto_open_box_max_price": 2000, "auto_buy_item_max_price": 2000, "sleep_before_start": 5, "account_delay": 3, "countdown_loop": 500 }show_device_equipment: set it totrueto show device equipmentauto_open_box_max_price: set a maximum price for the open cyber boxauto_buy_item_max_price: set a maximum price for the purchased itemsleep_before_start: the sleep time before running the botaccount_delay: Delay between processing each account (in seconds).countdown_loop: how long is the waiting time to return to the first account
before starting the bot you must have your own initdata / queryid telegram!
- Use PC/Laptop or Use USB Debugging Phone
- open the
D3p1n Alliance telegram bot - Inspect Element or
(F12)on the keyboard - at the top of the choose "
Application" - then select "
Session Storage" - Select the links "
D3p1n Alliance" and "tgWebAppData" - Take the value part of "
tgWebAppData" - take the part that looks like this:
query_id=xxxxxxxxx-Rxxxxuj&user=%7B%22id%22%3A1323733375%2C%22first_name%22%3A%22xxxx%22%2C%22last_name%22%3A%22%E7%9A%BF%20xxxxxx%22%2C%22username%22%3A%22xxxxx%22%2C%22language_code%22%3A%22id%22%2C%22allows_write_to_pm%22%3Atrue%7D&auth_date=xxxxx&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx- add it to
data.txtfile or create it if you dont have one
You can add more and run the accounts in turn by entering a query id in new line like this:
query_id=xxxxxxxxx-Rxxxxxxx&hash=xxxxxxxxxxx
query_id=xxxxxxxxx-Rxxxxxxx&hash=xxxxxxxxxxx-
Create a
proxies.txtfileThe
proxies.txtfile should be in the root directory and contain a list of proxies in the formatusername:password@host:port.Example:
user1:pass1@ip1:port1 user2:pass2@ip2:port2 -
To run the bot, execute the following command:
python main.py- Loading setup via CLI argument: If the
--setupargument is provided, the script will load the corresponding.jsonfile and run the bot directly without displaying the menu. - Menu display: If no
--setupargument is provided, the script will display the menu as usual. - Setup saving: The option to save setups has been included in the menu as option
8.
This will allow you to run the script directly with a predefined setup like this:
python main.py --setup mysetupThis project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please contact [ https://t.me/DeeplChain ]