Closed zq12288 closed 10 months ago
Setting Up and Running the V380 Project
To get the V380 project up and running, follow these detailed steps:
.env.example
file to .env
..env
export TELEGRAM_TOKEN=6065942785:AAE4LPRrHYK..............
export TELEGRAM_CHAT_ID=1080000000
docker-compose build
# CHECKER CONFIG FOR SCANNING CAMS ONLINE IN RANGE
SCAN_NEW_CAMS = True
FROM_ID = 30000000
TO_ID = 39999999
TIMEOUT = 30
PACK_LIST_CAMS = 999999 # SIZE CAMS FOR 1 THREAD LISTEN
THREAD_CHECK = 500
SERVER_CHECKER = '149.129.177.248'
PORT_CHECKER = 8900
TMP_FILE = "tmp.txt"
#########################
# OTHER CONFIG
DEBUG = False
SERVER = 'ipc1300.av380.net'
PORT = 8877
FileListCams = "cams.txt"
PassFile = "pass.txt"
CamsList = None
TMP = []
docker-compose up -d
Once you've completed these steps, you should receive a message from the bot indicating that the script has started successfully. Now, all you need to do is wait and hope for the best!
After following these steps, the V380 project should be up and running on your machine. If you encounter any issues or errors, it's recommended to refer to the project's documentation or reach out to the community for further assistance.
Happy hacking!
Hello, please ask you how to run the V380 project, I run a mistake here