Skip to content

MrAminiDev/BorzooBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

برای توضیحات فارسی اینجا بزنید


Telegram bot for the MHSanaei panel

Currently, the robot only displays the amount of the user's remaining volume using Email. In the panel, the email value is displayed as 8to5wxh0 and is different from the ID.
Over time, according to your support, the capabilities of creating an account, deleting an account, etc. will be added to it

List of robot features version 1.3.0

1- Display the amount of consumed traffic
2- Display account expiration date
3- Display the amount of download and upload separately
4- Display the amount of remaining traffic
5- The ability to send public messages (only the bot manager can send messages)
6- The ability to connect to pick the panel at the same time
7- The ability to add several admins

Preview

Borzoo Demo

learn inistallation

1- For quick installation, type the following command to install the script prerequisites.

  bash <(curl -Ls https://raw.githubusercontent.com/MrAminiDev/BorzooBot/main/install.sh)

2- Then edit the contents of the file with the command below

nano info.json

3- To run the script, press

nohup python3 main.py &

4- You can use the following command to turn off the robot

pkill -f "main.py"

Teaching multi-panel settings

1- For multi-panel settings, just press the command to turn off the robot

pkill -f "main.py"

2- Then edit the Info file with the command below

nano info.json

3- Change the content of the file as follows (you can add infinite panels, just copy the relevant section of the information and put the following code
Please note that the value of cookies_file and connection_name should be edited according to the panel number

{
   "TOKEN": "Your_token",
   "panels": [
     {
       "panel_url": "https://panel_address:port",
       "panel_user": "your_user",
       "panel_pass": "your_password",
       "cookies_file": "panel1.txt",
       "connection_name": "sv1"
     },
     {
       "panel_url": "https://panel_address:port",
       "panel_user": "your_user",
       "panel_pass": "your_password",
       "cookies_file": "panel2.txt",
       "connection_name": "sv2"
     }
   ],
   "Support_text": "Your support text",
   "welcome_text": "Welcome to the volume display bot",
   "admin_id": 123456789
}

4- To execute the script, press

nohup python3 main.py &

Update (after updating to version 1.3.0, you need to re-enter panel and robot information)

1- Use the following command to update

  bash <(curl -Ls https://raw.githubusercontent.com/MrAminiDev/BorzooBot/main/update.sh)

2- Re-enter the panel information in the following file

nano info.json

3- Then turn on the robot with the command below

nohup python3 main.py &

Support the project

Support the project to support the project and provide more updates Trx Wallet: TQhwK6q94GgpUZSsHBjiUWc6xAHz5Df9mW

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published